aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2023-08-29 14:00:38 +0200
committerGitHub <noreply@github.com>2023-08-29 14:00:38 +0200
commitbebac62b9fac0ce24f975e376380a4621d462520 (patch)
tree7208e131ff536f096b869a4bac9a431356e1b600 /config-model
parent47bb66570c5e5cd94b0213dfe5857e86c533c597 (diff)
parent097fca83b38956b887fd4f1e2cf33f4bafdea921 (diff)
Merge pull request #28234 from vespa-engine/renovate/major-javahamcrest-monorepo
Update javahamcrest monorepo to v2 (major)
Diffstat (limited to 'config-model')
-rw-r--r--config-model/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index bd1e068b61a..7c6fb610bae 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -32,7 +32,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-all</artifactId>
+ <artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>