Skip to content

Commit

Permalink
Merge pull request #3225 from graphql-java/dependabot/gradle/com.fast…
Browse files Browse the repository at this point in the history
…erxml.jackson.core-jackson-databind-2.15.1

Bump com.fasterxml.jackson.core:jackson-databind from 2.15.0 to 2.15.1
  • Loading branch information
dondonz committed May 22, 2023
2 parents d7c5c3e + d10892b commit 6b943f0
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 @@ -96,7 +96,7 @@ dependencies {
testImplementation 'org.codehaus.groovy:groovy-json:3.0.17'
testImplementation 'com.google.code.gson:gson:2.10.1'
testImplementation 'org.eclipse.jetty:jetty-server:11.0.15'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.1'
testImplementation 'org.slf4j:slf4j-simple:' + slf4jVersion
testImplementation 'org.awaitility:awaitility-groovy:4.2.0'
testImplementation 'com.github.javafaker:javafaker:1.0.2'
Expand Down

0 comments on commit 6b943f0

Please sign in to comment.