Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.core:jackson-core …
Browse files Browse the repository at this point in the history
…to v2.17.0
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent 2654255 commit 172a338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {

api('com.fasterxml.jackson.core:jackson-annotations:2.15.2')
api('com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2')
api('com.fasterxml.jackson.core:jackson-core:2.15.2')
api('com.fasterxml.jackson.core:jackson-core:2.17.0')
}

jar {
Expand Down

0 comments on commit 172a338

Please sign in to comment.