Skip to content

Commit d5eb3a0

Browse files
committed
updated Jackson version to 2.17
1 parent acee357 commit d5eb3a0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,9 @@ jobs:
177177
fail-fast: false
178178
matrix:
179179
jackson-version:
180-
- 2.16.0
181-
- 2.15.3
180+
- 2.17.0
181+
- 2.16.2
182+
- 2.15.4
182183
- 2.14.3
183184
- 2.13.5
184185
- 2.12.7

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<maven.deploy.skip>true</maven.deploy.skip>
3939
<sonar.organization>arangodb-1</sonar.organization>
4040
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
41-
<adb.jackson.version>2.16.0</adb.jackson.version>
41+
<adb.jackson.version>2.17.0</adb.jackson.version>
4242
<graalvm.version>23.1.1</graalvm.version>
4343
<moduleName/>
4444
<SslTest/>

0 commit comments

Comments
 (0)