diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index 22af4b39..3732f3b4 100644 --- a/graphql-java-servlet/build.gradle +++ b/graphql-java-servlet/build.gradle @@ -25,7 +25,7 @@ dependencies { compileOnly 'org.osgi:org.osgi.core:6.0.0' compileOnly 'org.osgi:org.osgi.service.cm:1.6.0' compileOnly 'org.osgi:org.osgi.service.component:1.4.0' - compileOnly 'org.osgi:org.osgi.service.component.annotations:1.3.0' + compileOnly 'org.osgi:org.osgi.service.component.annotations:1.4.0' compileOnly 'org.osgi:org.osgi.service.metatype.annotations:1.4.0' compileOnly 'org.osgi:org.osgi.annotation:6.0.0'