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 62826959304d33b97c1cb3b3302ea083cea5dfff
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Tue Sep 19 11:12:42 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 9f858ab..833cfc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
-      <version>3.1.0</version>
+      <version>4.0.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to