File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
implementation ' com.github.mizosoft.methanol:methanol:1.7.0'
12
12
implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1'
13
13
implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0'
14
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.0 '
14
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.1 '
15
15
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1'
16
16
17
17
testImplementation project(" :core" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
7
7
implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1'
8
8
implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0'
9
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.0 '
9
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.1 '
10
10
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1'
11
11
12
12
testImplementation project(" :annotations" )
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ dependencies {
9
9
10
10
implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1'
11
11
implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0'
12
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.0 '
12
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.1 '
13
13
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1'
14
14
}
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1'
3
3
implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0'
4
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.0 '
4
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.1 '
5
5
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1'
6
6
}
You can’t perform that action at this time.
0 commit comments