Skip to content

Commit b8a7a0f

Browse files
authored
Merge branch 'master' into renovate/org.osgi-org.osgi.service.component.annotations-1.x
2 parents 2480cce + 55cde0c commit b8a7a0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

graphql-java-servlet/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// OSGi
2525
compileOnly 'org.osgi:org.osgi.core:6.0.0'
2626
compileOnly 'org.osgi:org.osgi.service.cm:1.6.0'
27-
compileOnly 'org.osgi:org.osgi.service.component:1.3.0'
27+
compileOnly 'org.osgi:org.osgi.service.component:1.4.0'
2828
compileOnly 'org.osgi:org.osgi.service.component.annotations:1.4.0'
2929
compileOnly 'org.osgi:org.osgi.service.metatype.annotations:1.4.0'
3030
compileOnly 'org.osgi:org.osgi.annotation:6.0.0'
@@ -34,10 +34,10 @@ dependencies {
3434
// Unit testing
3535
testImplementation "org.codehaus.groovy:groovy-all:2.5.14"
3636
testImplementation "org.spockframework:spock-core:1.3-groovy-2.5"
37-
testRuntimeOnly "cglib:cglib-nodep:3.2.4"
38-
testRuntimeOnly "org.objenesis:objenesis:2.6"
37+
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
38+
testRuntimeOnly "org.objenesis:objenesis:3.2"
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)