This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new eee0319 Bump org.hamcrest:hamcrest-core from 2.2 to 3.0
eee0319 is described below
commit eee0319adff5bacf8f81597a7e9be4b8fad96100
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 9 03:59:34 2025 +0000
Bump org.hamcrest:hamcrest-core from 2.2 to 3.0
Bumps
[org.hamcrest:hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 2.2
to 3.0.
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
-
[Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](https://github.com/hamcrest/JavaHamcrest/compare/v2.2...v3.0)
---
updated-dependencies:
- dependency-name: org.hamcrest:hamcrest-core
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 de6c4ea..2a7ab33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
- <version>2.2</version>
+ <version>3.0</version>
<scope>test</scope>
</dependency>
<dependency>