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 @@ -9,7 +9,7 @@ dependencies {
9
9
implementation project(" :cache" )
10
10
11
11
implementation ' com.github.mizosoft.methanol:methanol:1.7.0'
12
- implementation ' com.fasterxml.jackson.core:jackson-core:2.17.0 '
12
+ implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1 '
13
13
implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0'
14
14
implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.0'
15
15
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
implementation project(" :api" )
5
5
implementation project(" :gateway" )
6
6
7
- implementation ' com.fasterxml.jackson.core:jackson-core:2.17.0 '
7
+ implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1 '
8
8
implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0'
9
9
implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.0'
10
10
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
implementation ' io.vertx:vertx-web-client:4.5.7'
8
8
implementation ' io.vertx:vertx-core:4.5.7'
9
9
10
- implementation ' com.fasterxml.jackson.core:jackson-core:2.17.0 '
10
+ implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1 '
11
11
implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0'
12
12
implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.0'
13
13
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0'
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- implementation ' com.fasterxml.jackson.core:jackson-core:2.17.0 '
2
+ implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1 '
3
3
implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.0'
4
4
implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.0'
5
5
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0'
You can’t perform that action at this time.
0 commit comments