Skip to content

Commit 3990510

Browse files
committed
CI: updated jackson version
1 parent bc1c9b1 commit 3990510

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
fail-fast: false
166166
matrix:
167167
jackson-version:
168-
- 2.15.1
168+
- 2.15.2
169169
- 2.14.3
170170
- 2.13.5
171171
- 2.12.7

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ test-results-native
1515
/resilience-tests/bin/toxiproxy-server-linux-amd64
1616

1717
dependency-reduced-pom.xml
18+
/bin/

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.15.1</adb.jackson.version>
41+
<adb.jackson.version>2.15.2</adb.jackson.version>
4242
<moduleName/>
4343
<SslTest/>
4444
</properties>

0 commit comments

Comments
 (0)