diff --git a/core/gradle/dependency-locks/testCompile.lockfile b/core/gradle/dependency-locks/testCompile.lockfile index 014c9b2b0..e5899dbfe 100644 --- a/core/gradle/dependency-locks/testCompile.lockfile +++ b/core/gradle/dependency-locks/testCompile.lockfile @@ -6,9 +6,9 @@ aopalliance:aopalliance:1.0 args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 -com.fasterxml.jackson.core:jackson-annotations:2.10.2 -com.fasterxml.jackson.core:jackson-core:2.10.2 -com.fasterxml.jackson.core:jackson-databind:2.10.2 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 com.fasterxml:classmate:1.5.1 com.github.jnr:jffi:1.2.23 com.github.jnr:jnr-a64asm:1.0.0 diff --git a/core/gradle/dependency-locks/testCompileClasspath.lockfile b/core/gradle/dependency-locks/testCompileClasspath.lockfile index 30b7f5d84..3e5c01035 100644 --- a/core/gradle/dependency-locks/testCompileClasspath.lockfile +++ b/core/gradle/dependency-locks/testCompileClasspath.lockfile @@ -6,9 +6,9 @@ aopalliance:aopalliance:1.0 args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 -com.fasterxml.jackson.core:jackson-annotations:2.10.2 -com.fasterxml.jackson.core:jackson-core:2.10.2 -com.fasterxml.jackson.core:jackson-databind:2.10.2 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 com.fasterxml:classmate:1.5.1 com.github.jnr:jffi:1.2.23 com.github.jnr:jnr-a64asm:1.0.0 diff --git a/core/gradle/dependency-locks/testRuntime.lockfile b/core/gradle/dependency-locks/testRuntime.lockfile index de5085f09..9effec392 100644 --- a/core/gradle/dependency-locks/testRuntime.lockfile +++ b/core/gradle/dependency-locks/testRuntime.lockfile @@ -6,9 +6,9 @@ aopalliance:aopalliance:1.0 args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 -com.fasterxml.jackson.core:jackson-annotations:2.10.2 -com.fasterxml.jackson.core:jackson-core:2.10.2 -com.fasterxml.jackson.core:jackson-databind:2.10.2 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 com.fasterxml:classmate:1.5.1 com.github.jnr:jffi:1.2.23 com.github.jnr:jnr-a64asm:1.0.0 diff --git a/core/gradle/dependency-locks/testRuntimeClasspath.lockfile b/core/gradle/dependency-locks/testRuntimeClasspath.lockfile index 60504bba4..5c39d13f1 100644 --- a/core/gradle/dependency-locks/testRuntimeClasspath.lockfile +++ b/core/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -6,9 +6,9 @@ aopalliance:aopalliance:1.0 args4j:args4j:2.33 cglib:cglib-nodep:2.2 com.beust:jcommander:1.60 -com.fasterxml.jackson.core:jackson-annotations:2.10.2 -com.fasterxml.jackson.core:jackson-core:2.10.2 -com.fasterxml.jackson.core:jackson-databind:2.10.2 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 com.fasterxml:classmate:1.5.1 com.github.jnr:jffi:1.2.23 com.github.jnr:jnr-a64asm:1.0.0 diff --git a/dependencies.gradle b/dependencies.gradle index 1ddc3498d..29f187bc5 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -131,7 +131,7 @@ ext { 'org.bouncycastle:bcpg-jdk15on:1.61', 'org.bouncycastle:bcpkix-jdk15on:1.61', 'org.bouncycastle:bcprov-jdk15on:1.61', - 'com.fasterxml.jackson.core:jackson-databind:2.9.10', + 'com.fasterxml.jackson.core:jackson-databind:2.11.2', 'org.flywaydb:flyway-core:5.2.4', 'org.glassfish.jaxb:jaxb-runtime:2.3.0', 'org.hamcrest:hamcrest-all:1.3',