Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.18.3
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.2 to 2.18.3.
- [Commits](https://github.com/FasterXML/jackson/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and asolntsev committed Mar 3, 2025
1 parent bb2ccd2 commit d5e1001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ wiremock = { group = "com.github.tomakehurst", name = "wiremock", version = "3.0
# :replay-tests:helloworld
restAssured = { group = "io.rest-assured", name = "rest-assured", version.ref = "restAssuredVersion" }
jsonSchemaValidator = { group = "io.rest-assured", name = "json-schema-validator", version.ref = "restAssuredVersion" }
jacksonDatabind = { group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.18.2" }
jacksonDatabind = { group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.18.3" }

# :replay-tests:helloworld-kotlin
kotlinStdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8" }
Expand Down

0 comments on commit d5e1001

Please sign in to comment.