Skip to content

Commit eee4d25

Browse files
committed
fix(deps): update all non-major dependencies to v6.1.3
1 parent 3be1907 commit eee4d25

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 "net.bytebuddy:byte-buddy:1.14.11"
3838
testRuntimeOnly "org.objenesis:objenesis:3.3"
3939
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
40-
testImplementation "org.springframework:spring-test:6.1.2"
41-
testRuntimeOnly "org.springframework:spring-web:6.1.2"
40+
testImplementation "org.springframework:spring-test:6.1.3"
41+
testRuntimeOnly "org.springframework:spring-web:6.1.3"
4242
testImplementation 'com.google.guava:guava:33.0.0-jre'
4343
testImplementation "jakarta.servlet:jakarta.servlet-api:6.0.0"
4444
testImplementation "jakarta.websocket:jakarta.websocket-api:2.1.1"

0 commit comments

Comments
 (0)