summaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-05-03 16:31:09 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-05-03 16:31:09 +0200
commit716b18a38a62b08ad9ea4f88d95ff952d504b55d (patch)
tree495edcb571d6bc6970c3366b16251f4a36568083 /hosted-tenant-base
parent8cdaca6f87fc99ce9c3b726cf15524d8214e842b (diff)
Bump jjwt, aws-sdk-java and ensure all jackson dependencies follow use same version
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index bce3a7dc703..289854173c3 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -37,6 +37,7 @@
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<maven-dependency-plugin.version>3.5.0</maven-dependency-plugin.version>
+ <jackson2.version>2.15.0</jackson2.version>
<!-- NOTE: this must not be overriden by users, and must be in sync with junit version specified in 'tenant-cd-api' -->
<vespa.junit.version>5.8.1</vespa.junit.version>
<test.categories>!integration</test.categories>