File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
core/src/main/java/com/arangodb/internal/serde Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ static void checkSupportedJacksonVersion() {
4949 ).forEach (version -> {
5050 int major = version .getMajorVersion ();
5151 int minor = version .getMinorVersion ();
52- if (major != 2 || minor < 10 || minor > 15 ) {
52+ if (major != 2 || minor < 10 || minor > 16 ) {
5353 LOGGER .warn ("Unsupported Jackson version: {}" , version );
5454 }
5555 });
Original file line number Diff line number Diff line change 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.2 </adb .jackson.version>
41+ <adb .jackson.version>2.16.0 </adb .jackson.version>
4242 <moduleName />
4343 <SslTest />
4444 </properties >
157157 <dependency >
158158 <groupId >com.arangodb</groupId >
159159 <artifactId >jackson-dataformat-velocypack</artifactId >
160- <version >4.1 .0</version >
160+ <version >4.2 .0</version >
161161 </dependency >
162162 <dependency >
163163 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments