You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cs...@apache.org on 2022/03/08 08:35:54 UTC

[sling-org-apache-sling-distribution-journal] 02/02: SLING-11190 - Allow build using Java 11

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

cschneider pushed a commit to branch SLING-11190
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git

commit 2d8100c74a281bf1fc26df6b7129f05506d201e4
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Tue Mar 8 09:35:31 2022 +0100

    SLING-11190 - Allow build using Java 11
---
 pom.xml | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5df545d..6e43511 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,17 +114,17 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.osgi</artifactId>
-            <version>2.4.0</version>
+            <version>2.4.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.metrics</artifactId>
-            <version>1.2.6</version>
+            <version>1.2.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.distribution.core</artifactId>
-            <version>0.4.6</version>
+            <version>0.4.8</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
@@ -135,7 +135,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.14.2</version>
+            <version>2.22.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -178,7 +178,6 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.annotation.bundle</artifactId>
-            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
 
@@ -186,12 +185,12 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-api</artifactId>
-            <version>2.11.3</version>
+            <version>2.16.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-commons</artifactId>
-            <version>2.11.3</version>
+            <version>2.16.0</version>
         </dependency>
 
         <dependency>
@@ -213,7 +212,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
-            <version>2.1.6</version>
+            <version>3.1.2-1.40.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -224,7 +223,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
-            <version>3.2.2</version>
+            <version>3.1.2</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>