Skip to content

Commit

Permalink
fix(deps): update jacksonlibs.version.jackson to v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent a69fd2c commit 4804ca3
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 @@ -25,7 +25,7 @@ object JacksonLibs {

object Version {

const val jackson = "2.12.0"
const val jackson = "2.17.0"
}

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

0 comments on commit 4804ca3

Please sign in to comment.