Skip to content

Commit

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

Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3
  • Loading branch information
irodzik committed Oct 20, 2023
2 parents a9e6bac + c933051 commit 3a48c15
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,7 +29,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-databind', version: '2.15.3'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.15.3'
implementation 'com.bisnode.opa:opa-test-result-formatter:0.1.2'

Expand Down

0 comments on commit 3a48c15

Please sign in to comment.