Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2
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.17.1 to 2.17.2.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Jul 12, 2024
1 parent deb4c5f commit 0e1c6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
library("okio", "com.squareup.okio:okio:3.9.0")
library("jackson", "com.fasterxml.jackson.core:jackson-databind:2.17.1")
library("jackson", "com.fasterxml.jackson.core:jackson-databind:2.17.2")
library("csv", "de.siegmar:fastcsv:3.2.0")
library("oshi", "com.github.oshi:oshi-core:6.6.1")
library("logback", "ch.qos.logback:logback-classic:1.5.6")
Expand Down

0 comments on commit 0e1c6eb

Please sign in to comment.