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