summaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'parent/pom.xml')
-rw-r--r--parent/pom.xml16
1 files changed, 6 insertions, 10 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index a8375ea0791..57c718ee4f5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -449,17 +449,17 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
- <version>${aws.sdk.version}</version>
+ <version>${aws-sdk.version}</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-ssm</artifactId>
- <version>${aws.sdk.version}</version>
+ <version>${aws-sdk.version}</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
- <version>${aws.sdk.version}</version>
+ <version>${aws-sdk.version}</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
@@ -481,13 +481,8 @@
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
- <artifactId>wiremock-standalone</artifactId>
- <version>2.6.0</version>
- </dependency>
- <dependency>
- <groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
- <version>2.33.2</version>
+ <version>${wiremock.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -1015,7 +1010,7 @@
<!-- Athenz dependencies. Make sure these dependencies match those in Vespa's internal repositories -->
<athenz.version>1.10.54</athenz.version> <!-- WARNING: sync cloud-tenant-base-dependencies-enforcer/pom.xml -->
<jjwt.version>0.11.2</jjwt.version>
- <aws.sdk.version>1.12.246</aws.sdk.version>
+ <aws-sdk.version>1.12.325</aws-sdk.version>
<!-- Athenz END -->
<!-- WARNING: If you change curator version, you also need to update
@@ -1062,6 +1057,7 @@
<protobuf.version>3.21.7</protobuf.version>
<spifly.version>1.3.5</spifly.version>
<surefire.version>2.22.2</surefire.version>
+ <wiremock.version>2.34.0</wiremock.version>
<zookeeper.client.version>3.8.0</zookeeper.client.version>
<doclint>all</doclint>