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.1
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 2654255 commit d70c3cd
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.1')
}

jar {
Expand Down

0 comments on commit d70c3cd

Please sign in to comment.