Skip to content

Commit ef40a31

Browse files
Bump com.fasterxml.jackson.core:jackson-core from 2.17.0 to 2.17.1 (#94)
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.17.0 to 2.17.1. - [Commits](FasterXML/jackson-core@jackson-core-2.17.0...jackson-core-2.17.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 532a2b6 commit ef40a31

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation project(":cache")
1010

1111
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'
1313
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.0'
1414
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
1515
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0'

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
implementation project(":api")
55
implementation project(":gateway")
66

7-
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.0'
7+
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'
88
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.0'
99
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
1010
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0'

gateway/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
implementation 'io.vertx:vertx-web-client:4.5.7'
88
implementation 'io.vertx:vertx-core:4.5.7'
99

10-
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.0'
10+
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'
1111
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.0'
1212
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
1313
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0'

models/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.0'
2+
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'
33
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.0'
44
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
55
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0'

0 commit comments

Comments
 (0)