We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a765a9e commit 827092eCopy full SHA for 827092e
graphql-java-servlet/build.gradle
@@ -24,8 +24,8 @@ dependencies {
24
// OSGi
25
compileOnly 'org.osgi:org.osgi.core:6.0.0'
26
compileOnly 'org.osgi:org.osgi.service.cm:1.6.1'
27
- compileOnly 'org.osgi:org.osgi.service.component:1.5.0'
28
- compileOnly 'org.osgi:org.osgi.service.component.annotations:1.5.0'
+ compileOnly 'org.osgi:org.osgi.service.component:1.5.1'
+ compileOnly 'org.osgi:org.osgi.service.component.annotations:1.5.1'
29
compileOnly 'org.osgi:org.osgi.service.metatype.annotations:1.4.1'
30
compileOnly 'org.osgi:org.osgi.annotation:6.0.0'
31
0 commit comments