Skip to content

Commit 49d83cf

Browse files
authored
Merge pull request #336 from graphql-java-kickstart/renovate/major-spring-core
chore(deps): update spring core to v5 (major)
2 parents f7fb31f + 9114cb6 commit 49d83cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql-java-servlet/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
testRuntimeOnly "cglib:cglib-nodep:3.2.4"
3838
testRuntimeOnly "org.objenesis:objenesis:2.6"
3939
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
40-
testImplementation 'org.springframework:spring-test:4.3.7.RELEASE'
41-
testRuntimeOnly 'org.springframework:spring-web:4.3.7.RELEASE'
40+
testImplementation 'org.springframework:spring-test:5.3.6'
41+
testRuntimeOnly 'org.springframework:spring-web:5.3.6'
4242
testImplementation 'com.google.guava:guava:30.1.1-jre'
4343
}

0 commit comments

Comments
 (0)