Skip to content

Commit

Permalink
Merge pull request #3587 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.1

Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1
  • Loading branch information
dondonz committed May 6, 2024
2 parents 2f5ff3c + 2a8b1b9 commit c8f08df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
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.17.0'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
testImplementation 'org.awaitility:awaitility-groovy:4.2.0'
testImplementation 'com.github.javafaker:javafaker:1.0.2'

Expand Down

0 comments on commit c8f08df

Please sign in to comment.