Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6b9acf9

Browse files
authored
[DE-1012] Jackson 2.19 (#607)
* updated jackson to version 2.19 * v7.20.0-SNAPSHOT
1 parent 1c65f54 commit 6b9acf9

File tree

20 files changed

+24
-22
lines changed

20 files changed

+24
-22
lines changed

‎.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,8 @@ workflows:
536536
matrix:
537537
parameters:
538538
args:
539-
- '-Dadb.jackson.version=2.18.2'
539+
- '-Dadb.jackson.version=2.19.0'
540+
- '-Dadb.jackson.version=2.18.3'
540541
- '-Dadb.jackson.version=2.17.3'
541542
- '-Dadb.jackson.version=2.16.2'
542543
- '-Dadb.jackson.version=2.15.4'

‎core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0</version>
11+
<version>7.20.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>core</name>

‎driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0</version>
11+
<version>7.20.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>arangodb-java-driver</name>

‎http-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0</version>
11+
<version>7.20.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>http-protocol</name>

‎jackson-serde-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0</version>
11+
<version>7.20.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>jackson-serde-json</name>

‎jackson-serde-vpack/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0</version>
11+
<version>7.20.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>jackson-serde-vpack</name>

‎jsonb-serde/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0</version>
11+
<version>7.20.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>jsonb-serde</name>

‎pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.arangodb</groupId>
77
<artifactId>arangodb-java-driver-parent</artifactId>
8-
<version>7.19.0</version>
8+
<version>7.20.0-SNAPSHOT</version>
99
<inceptionYear>2016</inceptionYear>
1010
<modules>
1111
<module>release-parent</module>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>com.fasterxml.jackson</groupId>
9595
<artifactId>jackson-bom</artifactId>
96-
<version>2.18.2</version>
96+
<version>2.19.0</version>
9797
<scope>import</scope>
9898
<type>pom</type>
9999
</dependency>

‎release-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.arangodb</groupId>
88
<artifactId>arangodb-java-driver-parent</artifactId>
9-
<version>7.19.0</version>
9+
<version>7.20.0-SNAPSHOT</version>
1010
</parent>
1111
<packaging>pom</packaging>
1212

‎shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../release-parent</relativePath>
99
<groupId>com.arangodb</groupId>
1010
<artifactId>release-parent</artifactId>
11-
<version>7.19.0</version>
11+
<version>7.20.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>arangodb-java-driver-shaded</name>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /