We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c988a commit b68d0a3Copy full SHA for b68d0a3
graphql-java-servlet/build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
compileOnly 'org.osgi:org.osgi.service.cm:1.6.1'
26
compileOnly 'org.osgi:org.osgi.service.component:1.4.0'
27
compileOnly 'org.osgi:org.osgi.service.component.annotations:1.4.0'
28
- compileOnly 'org.osgi:org.osgi.service.metatype.annotations:1.4.0'
+ compileOnly 'org.osgi:org.osgi.service.metatype.annotations:1.4.1'
29
compileOnly 'org.osgi:org.osgi.annotation:6.0.0'
30
31
testImplementation 'io.github.graphql-java:graphql-java-annotations:8.3'
0 commit comments