Skip to content

Commit

Permalink
Merge pull request #107 from Bisnode/dependabot/gradle/com.fasterxml.…
Browse files Browse the repository at this point in the history
…jackson.core-jackson-annotations-2.16.0

Bump com.fasterxml.jackson.core:jackson-annotations from 2.15.3 to 2.16.0
  • Loading branch information
irodzik committed Dec 19, 2023
2 parents 6da9e4e + b44d319 commit 2ba1785
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-annotations', version: '2.16.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.15.3'
implementation 'com.bisnode.opa:opa-test-result-formatter:0.1.2'

testImplementation gradleTestKit()
Expand Down

0 comments on commit 2ba1785

Please sign in to comment.