Skip to content

Commit

Permalink
Merge pull request #553 from boudicca-events/dependabot/gradle/jackso…
Browse files Browse the repository at this point in the history
…n-2.18.2

Bump jackson from 2.18.1 to 2.18.2
  • Loading branch information
Yolgie authored Nov 29, 2024
2 parents b9a7622 + 2ecef80 commit c5525af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions boudicca.base/query-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
jmh(project(":boudicca.base:publisher-client"))
jmh(project(":boudicca.base:ingest-client"))
jmh("com.fasterxml.jackson.core:jackson-core:2.18.1")
jmh("com.fasterxml.jackson.core:jackson-core:2.18.2")
jmh("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
jmh("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1")
jmh("com.fasterxml.jackson.core:jackson-databind:2.18.1")
jmh("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
jmh("com.fasterxml.jackson.core:jackson-databind:2.18.2")
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.0.21"
jackson = "2.18.1"
jackson = "2.18.2"
jakarta-annotation = "3.0.0"
javax-jaxrs = "2.1.1"
findbugs = "3.0.2"
Expand Down

0 comments on commit c5525af

Please sign in to comment.