File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ dependencies {
39
39
40
40
implementation libs. embulk. util. config
41
41
implementation libs. validation
42
+ implementation platform(libs. jackson. bom)
42
43
implementation libs. bundles. jackson
43
44
44
45
implementation libs. embulk. util. file
Original file line number Diff line number Diff line change 1
1
# This is a Gradle generated file for dependency locking.
2
2
# Manual edits can break the build and are not advised.
3
3
# This file is expected to be part of source control.
4
- com.fasterxml.jackson.core:jackson-annotations:2.15.4 =compileClasspath,runtimeClasspath
5
- com.fasterxml.jackson.core:jackson-core:2.15.4 =compileClasspath,runtimeClasspath
6
- com.fasterxml.jackson.core:jackson-databind:2.15.4 =compileClasspath,runtimeClasspath
7
- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.4 =compileClasspath,runtimeClasspath
8
- com.fasterxml.jackson:jackson-bom:2.15.4 =compileClasspath,runtimeClasspath
4
+ com.fasterxml.jackson.core:jackson-annotations:2.16.2 =compileClasspath,runtimeClasspath
5
+ com.fasterxml.jackson.core:jackson-core:2.16.2 =compileClasspath,runtimeClasspath
6
+ com.fasterxml.jackson.core:jackson-databind:2.16.2 =compileClasspath,runtimeClasspath
7
+ com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.2 =compileClasspath,runtimeClasspath
8
+ com.fasterxml.jackson:jackson-bom:2.16.2 =compileClasspath,runtimeClasspath
9
9
javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
10
10
org.embulk:embulk-spi:0.11=compileClasspath
11
11
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath
You can’t perform that action at this time.
0 commit comments