Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent c338d08 commit 95d4bcd
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 @@ -33,7 +33,7 @@ dependencies {
//
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.1'
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'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.1'

}

Expand Down

0 comments on commit 95d4bcd

Please sign in to comment.