This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch issue/SLING-12027
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git

commit 26618024c63e2dcce3bdc3821194aa8e144a9e70
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Tue Sep 19 11:12:29 2023 +0200

    SLING-12027 - GraphQL core fails to build with Java 17
    
    Update to the latest version of o.a.f.framework
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd1ab24..9f858ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>6.0.3</version>
+      <version>7.0.5</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to