Skip to content

Commit

Permalink
fix(deps): update jacksonlibs.version.jackson to v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 1551bd5 commit a2918cb
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.17.1"
}

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

0 comments on commit a2918cb

Please sign in to comment.