This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 567be96 [MCLEAN-121] Bump com.google.inject:guice from 4.2.0 to 4.2.3
(#41)
567be96 is described below
commit 567be9684fea6fcb0f2818883151edcafa975c73
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 15 23:07:58 2024 +0200
[MCLEAN-121] Bump com.google.inject:guice from 4.2.0 to 4.2.3 (#41)
Bumps [com.google.inject:guice](https://github.com/google/guice) from 4.2.0
to 4.2.3.
- [Release notes](https://github.com/google/guice/releases)
- [Commits](https://github.com/google/guice/compare/4.2...4.2.3)
---
updated-dependencies:
- dependency-name: com.google.inject:guice
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9fdc972..b476c56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@ under the License.
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
- <version>4.2.0</version>
+ <version>4.2.3</version>
<classifier>no_aop</classifier>
<scope>test</scope>
</dependency>