Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-annotations to v…
Browse files Browse the repository at this point in the history
…2.18.1
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 6165f9d commit 5f66622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithm-exercises-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

//
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.0'

}
Expand Down

0 comments on commit 5f66622

Please sign in to comment.