Skip to content

Commit

Permalink
Merge branch 'master' into actions-clean-up3
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored Oct 26, 2023
2 parents 5a8f599 + ee30854 commit 1d58d2f
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 1d58d2f

Please sign in to comment.