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 @@ -10,7 +10,7 @@ dependencies {
10
10
11
11
implementation ' com.github.mizosoft.methanol:methanol:1.7.0'
12
12
implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1'
13
- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0 '
13
+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.1 '
14
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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
5
5
implementation project(" :gateway" )
6
6
7
7
implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1'
8
- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0 '
8
+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.1 '
9
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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
8
8
implementation ' io.vertx:vertx-core:4.5.7'
9
9
10
10
implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1'
11
- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0 '
11
+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.1 '
12
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
- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0 '
3
+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.1 '
4
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