Skip to content

Commit c9b00eb

Browse files
authored
Merge pull request #507 from graphql-java-kickstart/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents d1a5f88 + 34a03ff commit c9b00eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins {
3030
id "biz.aQute.bnd.builder" version "6.4.0" apply false
3131
id "org.sonarqube" version "4.0.0.2929"
3232
id "jacoco"
33-
id "io.github.gradle-nexus.publish-plugin" version '1.1.0'
33+
id "io.github.gradle-nexus.publish-plugin" version '1.3.0'
3434
}
3535

3636
sonarqube {

graphql-java-servlet/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ dependencies {
3232
testImplementation 'io.github.graphql-java:graphql-java-annotations:8.3'
3333

3434
// Unit testing
35-
testImplementation "org.apache.groovy:groovy-all:4.0.9"
35+
testImplementation "org.apache.groovy:groovy-all:4.0.10"
3636
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
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.5'
41-
testRuntimeOnly 'org.springframework:spring-web:6.0.5'
40+
testImplementation 'org.springframework:spring-test:6.0.6'
41+
testRuntimeOnly 'org.springframework:spring-web:6.0.6'
4242
testImplementation 'com.google.guava:guava:31.1-jre'
4343
}

0 commit comments

Comments
 (0)