Skip to content

Commit

Permalink
Bump jackson from 2.18.1 to 2.18.2
Browse files Browse the repository at this point in the history
Bumps `jackson` from 2.18.1 to 2.18.2.

Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.1 to 2.18.2
- [Commits](FasterXML/jackson-core@jackson-core-2.18.1...jackson-core-2.18.2)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.1 to 2.18.2

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.1 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.1 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent b9a7622 commit 2ecef80
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 2ecef80

Please sign in to comment.