Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies to v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 11, 2023
1 parent 94536ce commit ad051d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql-java-servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
testRuntimeOnly "org.objenesis:objenesis:3.3"
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
testImplementation 'org.springframework:spring-test:6.0.3'
testRuntimeOnly 'org.springframework:spring-web:6.0.3'
testImplementation 'org.springframework:spring-test:6.0.4'
testRuntimeOnly 'org.springframework:spring-web:6.0.4'
testImplementation 'com.google.guava:guava:31.1-jre'
}

0 comments on commit ad051d9

Please sign in to comment.