Skip to content

Commit a4ae8fa

Browse files
Bump com.fasterxml.jackson.core:jackson-core
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.15.3 to 2.17.2. - [Commits](FasterXML/jackson-core@jackson-core-2.15.3...jackson-core-2.17.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a18ed9b commit a4ae8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/example-client-kotlin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232

3333
implementation "javax.validation:validation-api:2.0.1.Final"
3434
implementation "com.squareup.okhttp3:okhttp:4.11.0"
35-
implementation "com.fasterxml.jackson.core:jackson-core:2.15.3"
35+
implementation "com.fasterxml.jackson.core:jackson-core:2.17.2"
3636
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
3737
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2"
3838
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.3"

0 commit comments

Comments
 (0)