Skip to content

Commit

Permalink
Bump Jackson from 2.15.2 to 2.15.3 (#2301)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored Oct 26, 2023
1 parent 61b7356 commit ee30854
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ if (kokoroRun == true) {
// NECESSARY force of the Jackson to run generateSearchParams in the new version of HAPI (6.8)
buildscript {
dependencies {
classpath("com.fasterxml.jackson.core:jackson-core:2.15.2")
classpath("com.fasterxml.jackson.core:jackson-annotations:2.15.2")
classpath("com.fasterxml.jackson.core:jackson-databind:2.15.2")
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2")
classpath("com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.15.2")
classpath("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2")
classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
classpath("com.fasterxml.jackson.core:jackson-core:2.15.3")
classpath("com.fasterxml.jackson.core:jackson-annotations:2.15.3")
classpath("com.fasterxml.jackson.core:jackson-databind:2.15.3")
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.3")
classpath("com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.15.3")
classpath("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3")
classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
}
}

Expand Down

0 comments on commit ee30854

Please sign in to comment.