Skip to content

Commit

Permalink
fix(deps): update jacksonlibs.version.jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 1551bd5 commit f56cd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object JacksonLibs {

object Version {

const val jackson = "2.17.0"
const val jackson = "2.18.0"
}

const val annotations = "com.fasterxml.jackson.core:jackson-annotations:${Version.jackson}"
Expand Down

0 comments on commit f56cd4e

Please sign in to comment.