You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/10/19 21:18:08 UTC

[sling-org-apache-sling-commons-clam] branch master updated (6f3f31d -> 809d961)

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

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git.


    from 6f3f31d  SLING-10794 Update to Sling Bundle Parent 45
     new 1039255  update test dependencies
     new 8241d04  SLING-10734 Enable code checks with Checkstyle
     new 809d961  SLING-10877 Update to Sling Bundle Parent 46

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

[sling-org-apache-sling-commons-clam] 03/03: SLING-10877 Update to Sling Bundle Parent 46

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git

commit 809d961d0aa4c4236e3f158a66e9ad0cfa7d4b69
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 19 23:17:54 2021 +0200

    SLING-10877 Update to Sling Bundle Parent 46
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 48088ac..b151e41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>45</version>
+    <version>46</version>
     <relativePath />
   </parent>
 

[sling-org-apache-sling-commons-clam] 01/03: update test dependencies

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git

commit 103925558cd8deeb23f8f011ba4c18c78435604c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 19 23:13:01 2021 +0200

    update test dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f11743e..0ad6ddc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>6.0.3</version>
+      <version>7.0.1</version>
       <scope>test</scope>
     </dependency>
     <!-- Apache Sling -->
@@ -277,13 +277,13 @@
     <dependency>
       <groupId>org.ops4j.pax.url</groupId>
       <artifactId>pax-url-wrap</artifactId>
-      <version>2.6.2</version>
+      <version>2.6.7</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>testcontainers</artifactId>
-      <version>1.15.3</version>
+      <version>1.16.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

[sling-org-apache-sling-commons-clam] 02/03: SLING-10734 Enable code checks with Checkstyle

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git

commit 8241d04a902e184fd21d6056a7a593f31a12010f
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 19 23:14:30 2021 +0200

    SLING-10734 Enable code checks with Checkstyle
    
    update dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ad6ddc..48088ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>9.0</version>
+            <version>9.0.1</version>
           </dependency>
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>