Skip to content

Commit 4d5753f

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.20.0. - [Commits](FasterXML/jackson-core@jackson-core-2.15.3...jackson-core-2.20.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a18ed9b commit 4d5753f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ 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"
36-
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
35+
implementation "com.fasterxml.jackson.core:jackson-core:2.20.0"
36+
implementation "com.fasterxml.jackson.core:jackson-databind:2.20.0"
3737
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2"
38-
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.3"
38+
implementation "com.fasterxml.jackson.core:jackson-annotations:2.20.0"
3939
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
4040

4141
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"

0 commit comments

Comments
 (0)