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 b7ff768

Browse files
committed
support Jackson 2.19
1 parent e01a383 commit b7ff768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎core/src/main/java/com/arangodb/internal/serde/SerdeUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static void checkSupportedJacksonVersion() {
5858
).forEach(version -> {
5959
int major = version.getMajorVersion();
6060
int minor = version.getMinorVersion();
61-
if (major != 2 || minor < 10 || minor > 18) {
61+
if (major != 2 || minor < 10 || minor > 19) {
6262
LOGGER.warn("Unsupported Jackson version: {}", version);
6363
}
6464
});

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>com.arangodb</groupId>
147147
<artifactId>jackson-dataformat-velocypack</artifactId>
148-
<version>4.6.0</version>
148+
<version>4.6.1</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>com.arangodb</groupId>

0 commit comments

Comments
(0)

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