From f5de0f864a041cd88fe3066d1396dce7a63e9ac3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Apr 2021 16:57:36 +0000 Subject: [PATCH] chore(deps): update dependency org.osgi:org.osgi.service.metatype.annotations to v1.4.0 --- graphql-java-servlet/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'