Skip to content

Commit 5d8dca6

Browse files
committed
deps upd
1 parent 6bf4a70 commit 5d8dca6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

driver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<url>https://github.com/arangodb/arangodb-java-driver</url>
1717

1818
<properties>
19-
<adb.jackson.version>2.13.3</adb.jackson.version>
19+
<adb.jackson.version>2.14.1</adb.jackson.version>
2020
<sonar.organization>arangodb-1</sonar.organization>
2121
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
2222
<SslTest>false</SslTest>
@@ -358,7 +358,7 @@
358358
<dependency>
359359
<groupId>com.arangodb</groupId>
360360
<artifactId>jackson-dataformat-velocypack</artifactId>
361-
<version>3.0.1</version>
361+
<version>3.1.0</version>
362362
<optional>true</optional>
363363
</dependency>
364364
<dependency>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
</licenses>
2525

2626
<properties>
27+
<maven.compiler.target>1.8</maven.compiler.target>
28+
<maven.compiler.source>1.8</maven.compiler.source>
2729
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2830
</properties>
2931

resilience-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.fasterxml.jackson</groupId>
8686
<artifactId>jackson-bom</artifactId>
87-
<version>2.13.4</version>
87+
<version>2.14.1</version>
8888
<scope>import</scope>
8989
<type>pom</type>
9090
</dependency>

0 commit comments

Comments
 (0)