Skip to content

Commit 81510b2

Browse files
committed
fix(deps): update all non-major dependencies to v6.0.10
1 parent 0529728 commit 81510b2

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,8 +37,8 @@ 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.9"
41-
testRuntimeOnly "org.springframework:spring-web:6.0.9"
40+
testImplementation "org.springframework:spring-test:6.0.10"
41+
testRuntimeOnly "org.springframework:spring-web:6.0.10"
4242
testImplementation 'com.google.guava:guava:32.0.1-jre'
4343
testImplementation "jakarta.servlet:jakarta.servlet-api:6.0.0"
4444
testImplementation "jakarta.websocket:jakarta.websocket-api:2.1.0"

0 commit comments

Comments
 (0)