Skip to content

Commit 132e0bd

Browse files
committed
fix(deps): update all non-major dependencies to v6.0.5
1 parent 09747cf commit 132e0bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql-java-servlet/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
3838
testRuntimeOnly "org.objenesis:objenesis:3.3"
3939
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
40-
testImplementation 'org.springframework:spring-test:6.0.4'
41-
testRuntimeOnly 'org.springframework:spring-web:6.0.4'
40+
testImplementation 'org.springframework:spring-test:6.0.5'
41+
testRuntimeOnly 'org.springframework:spring-web:6.0.5'
4242
testImplementation 'com.google.guava:guava:31.1-jre'
4343
}

0 commit comments

Comments
 (0)