This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 17732d02fc8 Bump hamcrest.version from 2.2 to 3.0 (#13415)
17732d02fc8 is described below
commit 17732d02fc8dd5b2a3814ba247569f265e150ade
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 16:39:42 2026 +0300
Bump hamcrest.version from 2.2 to 3.0 (#13415)
---
modules/control-utility/pom.xml | 2 +-
modules/indexing/pom.xml | 2 +-
parent/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/control-utility/pom.xml b/modules/control-utility/pom.xml
index 4151d575eab..2856677bf04 100644
--- a/modules/control-utility/pom.xml
+++ b/modules/control-utility/pom.xml
@@ -137,7 +137,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
- <version>1.3</version>
+ <version>3.0</version>
<scope>test</scope>
</dependency>
diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml
index 7fe358876ab..e18dafbcb1c 100644
--- a/modules/indexing/pom.xml
+++ b/modules/indexing/pom.xml
@@ -146,7 +146,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
- <version>1.3</version>
+ <version>3.0</version>
<scope>test</scope>
</dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 6a96f2438ca..bfea3093d2d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -89,7 +89,7 @@
<failureaccess.version>1.0.3</failureaccess.version>
<grpc-context.version>1.81.0</grpc-context.version>
<h2.version>1.4.197</h2.version>
- <hamcrest.version>2.2</hamcrest.version>
+ <hamcrest.version>3.0</hamcrest.version>
<jackson.version>2.21.5</jackson.version>
<jackson-annotations.version>2.21</jackson-annotations.version>
<javassist.version>3.28.0-GA</javassist.version>