Skip to content

Commit 87337e1

Browse files
authored
Merge pull request #521 from graphql-java-kickstart/renovate/all-minor-patch
fix(deps): update all non-major dependencies to v6.0.9
2 parents 995e9ba + 6e56f62 commit 87337e1

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.8'
41-
testRuntimeOnly 'org.springframework:spring-web:6.0.8'
40+
testImplementation 'org.springframework:spring-test:6.0.9'
41+
testRuntimeOnly 'org.springframework:spring-web:6.0.9'
4242
testImplementation 'com.google.guava:guava:31.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)