diff --git a/build.gradle b/build.gradle index 63fcea2..1a86660 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { } implementation 'com.netflix.nebula:gradle-metrics-plugin:8.+', optional - implementation platform("com.fasterxml.jackson:jackson-bom:2.9.9.20190807") + implementation enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.9.10.+") testImplementation 'com.netflix.nebula:gradle-git-scm-plugin:latest.release' testImplementation 'com.netflix.nebula:nebula-project-plugin:latest.release' @@ -142,4 +142,4 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all { kotlinOptions { jvmTarget = '1.8' } -} \ No newline at end of file +} diff --git a/gradle/dependency-locks/compileClasspath.lockfile b/gradle/dependency-locks/compileClasspath.lockfile index 0f41135..02f337a 100644 --- a/gradle/dependency-locks/compileClasspath.lockfile +++ b/gradle/dependency-locks/compileClasspath.lockfile @@ -2,11 +2,11 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. ch.qos.logback:logback-core:1.1.3 -com.fasterxml.jackson.core:jackson-annotations:2.9.0 -com.fasterxml.jackson.core:jackson-core:2.9.9 -com.fasterxml.jackson.core:jackson-databind:2.9.9.3 -com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9 -com.fasterxml.jackson:jackson-bom:2.9.9.20190807 +com.fasterxml.jackson.core:jackson-annotations:2.9.10 +com.fasterxml.jackson.core:jackson-core:2.9.10 +com.fasterxml.jackson.core:jackson-databind:2.9.10.6 +com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.10 +com.fasterxml.jackson:jackson-bom:2.9.10.20200824 com.google.code.gson:gson:2.3.1 com.google.guava:guava:18.0 com.netflix.nebula:gradle-metrics-plugin:8.4.1 diff --git a/gradle/dependency-locks/integTestCompileClasspath.lockfile b/gradle/dependency-locks/integTestCompileClasspath.lockfile index a24759a..da4088d 100644 --- a/gradle/dependency-locks/integTestCompileClasspath.lockfile +++ b/gradle/dependency-locks/integTestCompileClasspath.lockfile @@ -3,11 +3,11 @@ # This file is expected to be part of source control. cglib:cglib-nodep:3.2.2 ch.qos.logback:logback-core:1.1.3 -com.fasterxml.jackson.core:jackson-annotations:2.9.0 -com.fasterxml.jackson.core:jackson-core:2.9.9 -com.fasterxml.jackson.core:jackson-databind:2.9.9.3 -com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9 -com.fasterxml.jackson:jackson-bom:2.9.9.20190807 +com.fasterxml.jackson.core:jackson-annotations:2.9.10 +com.fasterxml.jackson.core:jackson-core:2.9.10 +com.fasterxml.jackson.core:jackson-databind:2.9.10.6 +com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.10 +com.fasterxml.jackson:jackson-bom:2.9.10.20200824 com.flipkart.zjsonpatch:zjsonpatch:0.4.4 com.github.jknack:handlebars-helpers:4.0.6 com.github.jknack:handlebars:4.0.6 diff --git a/gradle/dependency-locks/integTestRuntimeClasspath.lockfile b/gradle/dependency-locks/integTestRuntimeClasspath.lockfile index a24759a..da4088d 100644 --- a/gradle/dependency-locks/integTestRuntimeClasspath.lockfile +++ b/gradle/dependency-locks/integTestRuntimeClasspath.lockfile @@ -3,11 +3,11 @@ # This file is expected to be part of source control. cglib:cglib-nodep:3.2.2 ch.qos.logback:logback-core:1.1.3 -com.fasterxml.jackson.core:jackson-annotations:2.9.0 -com.fasterxml.jackson.core:jackson-core:2.9.9 -com.fasterxml.jackson.core:jackson-databind:2.9.9.3 -com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9 -com.fasterxml.jackson:jackson-bom:2.9.9.20190807 +com.fasterxml.jackson.core:jackson-annotations:2.9.10 +com.fasterxml.jackson.core:jackson-core:2.9.10 +com.fasterxml.jackson.core:jackson-databind:2.9.10.6 +com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.10 +com.fasterxml.jackson:jackson-bom:2.9.10.20200824 com.flipkart.zjsonpatch:zjsonpatch:0.4.4 com.github.jknack:handlebars-helpers:4.0.6 com.github.jknack:handlebars:4.0.6 diff --git a/gradle/dependency-locks/runtimeClasspath.lockfile b/gradle/dependency-locks/runtimeClasspath.lockfile index 0f41135..02f337a 100644 --- a/gradle/dependency-locks/runtimeClasspath.lockfile +++ b/gradle/dependency-locks/runtimeClasspath.lockfile @@ -2,11 +2,11 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. ch.qos.logback:logback-core:1.1.3 -com.fasterxml.jackson.core:jackson-annotations:2.9.0 -com.fasterxml.jackson.core:jackson-core:2.9.9 -com.fasterxml.jackson.core:jackson-databind:2.9.9.3 -com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9 -com.fasterxml.jackson:jackson-bom:2.9.9.20190807 +com.fasterxml.jackson.core:jackson-annotations:2.9.10 +com.fasterxml.jackson.core:jackson-core:2.9.10 +com.fasterxml.jackson.core:jackson-databind:2.9.10.6 +com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.10 +com.fasterxml.jackson:jackson-bom:2.9.10.20200824 com.google.code.gson:gson:2.3.1 com.google.guava:guava:18.0 com.netflix.nebula:gradle-metrics-plugin:8.4.1 diff --git a/gradle/dependency-locks/testCompileClasspath.lockfile b/gradle/dependency-locks/testCompileClasspath.lockfile index a24759a..da4088d 100644 --- a/gradle/dependency-locks/testCompileClasspath.lockfile +++ b/gradle/dependency-locks/testCompileClasspath.lockfile @@ -3,11 +3,11 @@ # This file is expected to be part of source control. cglib:cglib-nodep:3.2.2 ch.qos.logback:logback-core:1.1.3 -com.fasterxml.jackson.core:jackson-annotations:2.9.0 -com.fasterxml.jackson.core:jackson-core:2.9.9 -com.fasterxml.jackson.core:jackson-databind:2.9.9.3 -com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9 -com.fasterxml.jackson:jackson-bom:2.9.9.20190807 +com.fasterxml.jackson.core:jackson-annotations:2.9.10 +com.fasterxml.jackson.core:jackson-core:2.9.10 +com.fasterxml.jackson.core:jackson-databind:2.9.10.6 +com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.10 +com.fasterxml.jackson:jackson-bom:2.9.10.20200824 com.flipkart.zjsonpatch:zjsonpatch:0.4.4 com.github.jknack:handlebars-helpers:4.0.6 com.github.jknack:handlebars:4.0.6 diff --git a/gradle/dependency-locks/testRuntimeClasspath.lockfile b/gradle/dependency-locks/testRuntimeClasspath.lockfile index a24759a..da4088d 100644 --- a/gradle/dependency-locks/testRuntimeClasspath.lockfile +++ b/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -3,11 +3,11 @@ # This file is expected to be part of source control. cglib:cglib-nodep:3.2.2 ch.qos.logback:logback-core:1.1.3 -com.fasterxml.jackson.core:jackson-annotations:2.9.0 -com.fasterxml.jackson.core:jackson-core:2.9.9 -com.fasterxml.jackson.core:jackson-databind:2.9.9.3 -com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9 -com.fasterxml.jackson:jackson-bom:2.9.9.20190807 +com.fasterxml.jackson.core:jackson-annotations:2.9.10 +com.fasterxml.jackson.core:jackson-core:2.9.10 +com.fasterxml.jackson.core:jackson-databind:2.9.10.6 +com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.10 +com.fasterxml.jackson:jackson-bom:2.9.10.20200824 com.flipkart.zjsonpatch:zjsonpatch:0.4.4 com.github.jknack:handlebars-helpers:4.0.6 com.github.jknack:handlebars:4.0.6