summaryrefslogtreecommitdiffstats
path: root/maven-plugins
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-29 12:55:18 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-29 13:11:59 +0200
commit097fca83b38956b887fd4f1e2cf33f4bafdea921 (patch)
treed6d2ed47763695c89aaa67afefd7f693ec01341e /maven-plugins
parentb7562bb205863984e78ae6daed400cd37e9139b0 (diff)
Consolidate hamcrest usage to 2.x and remove cthul-matchers
Diffstat (limited to 'maven-plugins')
-rw-r--r--maven-plugins/allowed-maven-dependencies.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/maven-plugins/allowed-maven-dependencies.txt b/maven-plugins/allowed-maven-dependencies.txt
index 55a27588c07..e9beb4f2d40 100644
--- a/maven-plugins/allowed-maven-dependencies.txt
+++ b/maven-plugins/allowed-maven-dependencies.txt
@@ -71,8 +71,8 @@ junit:junit:4.13.2
net.bytebuddy:byte-buddy:1.11.19
net.bytebuddy:byte-buddy-agent:1.11.19
org.apiguardian:apiguardian-api:1.1.2
-org.hamcrest:hamcrest-all:1.3
-org.hamcrest:hamcrest-core:1.3
+org.hamcrest:hamcrest:2.2
+org.hamcrest:hamcrest-core:2.2
org.junit.jupiter:junit-jupiter:5.8.1
org.junit.jupiter:junit-jupiter-api:5.8.1
org.junit.jupiter:junit-jupiter-engine:5.8.1