Skip to content

Commit

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

Bump com.fasterxml.jackson.core:jackson-annotations from 2.15.2 to 2.15.3
  • Loading branch information
irodzik committed Oct 20, 2023
2 parents 7213976 + 2852d3e commit 33703d1
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 @@ -30,7 +30,7 @@ tasks.register('createClasspathManifest') {

dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.2'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.15.2'
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 33703d1

Please sign in to comment.