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-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new f4e66ed Bump com.google.inject:guice from 6.0.0 to 7.0.0
f4e66ed is described below
commit f4e66edd17111441020b878bf36954f99f882653
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 26 14:55:15 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 d7b680c..6b1472b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@ under the License.
<mavenVersion>4.0.0-rc-4</mavenVersion>
<asmVersion>9.10.1</asmVersion>
- <guiceVersion>6.0.0</guiceVersion>
+ <guiceVersion>7.0.0</guiceVersion>
<mockitoVersion>5.23.0</mockitoVersion>
<eclipseCompilerVersion>3.42.0</eclipseCompilerVersion>
<version.maven-plugin-tools-3.x>3.13.1</version.maven-plugin-tools-3.x>