summaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-06-16 11:42:21 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-06-16 11:42:21 +0200
commit11cc3cfcbeb5d5c9cfe9d0c440711e395993a78e (patch)
tree6b4ef16104003902ae3f6dbf0dc247571133c3ef /hosted-tenant-base
parent7f4a0f0a42a159c7f8c3e2a9203cd9a508f8b14e (diff)
Jackson 2.15.2
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index adde2a32720..6fc8b6b18b8 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -38,7 +38,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>
+ <jackson2.version>2.15.2</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>