Skip to content

Commit

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

Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0
  • Loading branch information
dondonz committed Mar 20, 2024
2 parents 189a570 + 9b881c0 commit 974c165
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 @@ -111,7 +111,7 @@ dependencies {
testImplementation 'org.codehaus.groovy:groovy-json:3.0.21'
testImplementation 'com.google.code.gson:gson:2.10.1'
testImplementation 'org.eclipse.jetty:jetty-server:11.0.20'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
testImplementation 'org.awaitility:awaitility-groovy:4.2.0'
testImplementation 'com.github.javafaker:javafaker:1.0.2'

Expand Down

0 comments on commit 974c165

Please sign in to comment.