Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/com.fasterxml.jackson.co…
Browse files Browse the repository at this point in the history
…re-jackson-annotations-2.16.0
  • Loading branch information
irodzik committed Dec 19, 2023
2 parents 3e24dee + fa32071 commit b44d319
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 @@ -29,8 +29,8 @@ tasks.register('createClasspathManifest') {
}

dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.3'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.16.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0'
implementation 'com.bisnode.opa:opa-test-result-formatter:0.1.2'

testImplementation gradleTestKit()
Expand Down

0 comments on commit b44d319

Please sign in to comment.