Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies to v6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 11, 2024
1 parent 3be1907 commit eee4d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql-java-servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dependencies {
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.11"
testRuntimeOnly "org.objenesis:objenesis:3.3"
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
testImplementation "org.springframework:spring-test:6.1.2"
testRuntimeOnly "org.springframework:spring-web:6.1.2"
testImplementation "org.springframework:spring-test:6.1.3"
testRuntimeOnly "org.springframework:spring-web:6.1.3"
testImplementation 'com.google.guava:guava:33.0.0-jre'
testImplementation "jakarta.servlet:jakarta.servlet-api:6.0.0"
testImplementation "jakarta.websocket:jakarta.websocket-api:2.1.1"
Expand Down

0 comments on commit eee4d25

Please sign in to comment.