diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index c9a976f1..8b63c26c 100644 --- a/graphql-java-servlet/build.gradle +++ b/graphql-java-servlet/build.gradle @@ -26,7 +26,7 @@ dependencies { compileOnly 'org.osgi:org.osgi.service.cm:1.5.0' compileOnly 'org.osgi:org.osgi.service.component:1.3.0' compileOnly 'org.osgi:org.osgi.service.component.annotations:1.3.0' - compileOnly 'org.osgi:org.osgi.service.metatype.annotations:1.3.0' + compileOnly 'org.osgi:org.osgi.service.metatype.annotations:1.4.0' compileOnly 'org.osgi:org.osgi.annotation:6.0.0' testImplementation 'io.github.graphql-java:graphql-java-annotations:8.3'