This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 67b6153 Bump com.google.inject:guice from 6.0.0 to 7.0.0
67b6153 is described below
commit 67b615320537f1ae4e4d5a0d89b25735cb4c1ca4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 26 17:22:51 2026 +0000
Bump com.google.inject:guice from 6.0.0 to 7.0.0
Bumps [com.google.inject:guice](https://github.com/google/guice) from 6.0.0
to 7.0.0.
- [Release notes](https://github.com/google/guice/releases)
- [Commits](https://github.com/google/guice/compare/6.0.0...7.0.0)
---
updated-dependencies:
- dependency-name: com.google.inject:guice
dependency-version: 7.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 100235d..af87df0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@ under the License.
<javaVersion>17</javaVersion>
<mavenVersion>4.0.0-rc-3</mavenVersion>
- <guiceVersion>6.0.0</guiceVersion>
+ <guiceVersion>7.0.0</guiceVersion>
<mavenAntrunPluginVersion>${version.maven-antrun-plugin}</mavenAntrunPluginVersion>
<mavenCompilerPluginVersion>${version.maven-compiler-plugin}</mavenCompilerPluginVersion>
<mavenEnforcerPluginVersion>${version.maven-enforcer-plugin}</mavenEnforcerPluginVersion>