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/05/19 19:40:55 UTC

[sling-org-apache-sling-commons-crypto] branch master updated (f6b64e0 -> b5bf64e)

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-crypto.git.


    from f6b64e0  SLING-10390 Remove Commons Lang3 dependency
     new 753c13a  remove obsolete baseline configuration
     new 76d0cd3  update test dependencies
     new b5bf64e  SLING-10392 Update to Sling Bundle Parent 41

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 | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

[sling-org-apache-sling-commons-crypto] 02/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-crypto.git

commit 76d0cd321e126be074beb66947f5b562bfb97c15
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed May 19 21:39:03 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 27b0a10..401eec0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>28.1-jre</version>
+      <version>30.1.1-jre</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -224,7 +224,7 @@
     <dependency>
       <groupId>com.google.truth</groupId>
       <artifactId>truth</artifactId>
-      <version>1.0</version>
+      <version>1.1.2</version>
       <scope>test</scope>
     </dependency>
     <dependency> <!-- truth dep -->
@@ -266,7 +266,7 @@
     <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>
   </dependencies>

[sling-org-apache-sling-commons-crypto] 01/03: remove obsolete baseline configuration

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-crypto.git

commit 753c13a400e507d816006af3e90f118333299536
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed May 19 21:27:42 2021 +0200

    remove obsolete baseline configuration
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index c6e17a7..27b0a10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,13 +62,6 @@
         </dependencies>
       </plugin>
       <plugin>
-        <groupId>biz.aQute.bnd</groupId>
-        <artifactId>bnd-baseline-maven-plugin</artifactId>
-        <configuration>
-          <failOnMissing>false</failOnMissing>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>depends-maven-plugin</artifactId>
       </plugin>

[sling-org-apache-sling-commons-crypto] 03/03: SLING-10392 Update to Sling Bundle Parent 41

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-crypto.git

commit b5bf64e28dfa20c44c513866ef571fa621946302
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed May 19 21:39:47 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 401eec0..ca3d8b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>38</version>
+    <version>41</version>
     <relativePath />
   </parent>