You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2021/04/07 14:19:53 UTC

[tomee] 02/02: TOMEE-2997 - Regenerate BOMs to reflect the OpenSAML Update

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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 40b4915ee755ef046c50e39cd1d2c2a7c390584a
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Wed Apr 7 16:19:10 2021 +0200

    TOMEE-2997 - Regenerate BOMs to reflect the OpenSAML Update
---
 boms/tomee-microprofile/pom.xml | 28 ++++++++++++++--------------
 boms/tomee-plume/pom.xml        | 28 ++++++++++++++--------------
 boms/tomee-plus/pom.xml         | 28 ++++++++++++++--------------
 3 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 8602874..69e197f 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -246,7 +246,7 @@
     <dependency>
       <groupId>net.shibboleth.utilities</groupId>
       <artifactId>java-support</artifactId>
-      <version>7.3.0</version>
+      <version>7.5.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -1929,7 +1929,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-core</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -1940,7 +1940,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-profile-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -1951,7 +1951,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-saml-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -1962,7 +1962,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-saml-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -1973,7 +1973,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-security-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -1984,7 +1984,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-security-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -1995,7 +1995,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-soap-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2006,7 +2006,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xacml-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2017,7 +2017,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xacml-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2028,7 +2028,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xacml-saml-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2039,7 +2039,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xacml-saml-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2050,7 +2050,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xmlsec-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2061,7 +2061,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xmlsec-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 0a527c4..4e058e0 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -246,7 +246,7 @@
     <dependency>
       <groupId>net.shibboleth.utilities</groupId>
       <artifactId>java-support</artifactId>
-      <version>7.3.0</version>
+      <version>7.5.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2039,7 +2039,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-core</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2050,7 +2050,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-profile-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2061,7 +2061,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-saml-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2072,7 +2072,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-saml-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2083,7 +2083,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-security-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2094,7 +2094,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-security-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2105,7 +2105,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-soap-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2116,7 +2116,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xacml-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2127,7 +2127,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xacml-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2138,7 +2138,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xacml-saml-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2149,7 +2149,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xacml-saml-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2160,7 +2160,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xmlsec-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2171,7 +2171,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xmlsec-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index aff0c99..3b30c2f 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -246,7 +246,7 @@
     <dependency>
       <groupId>net.shibboleth.utilities</groupId>
       <artifactId>java-support</artifactId>
-      <version>7.3.0</version>
+      <version>7.5.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2061,7 +2061,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-core</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2072,7 +2072,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-profile-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2083,7 +2083,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-saml-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2094,7 +2094,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-saml-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2105,7 +2105,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-security-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2116,7 +2116,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-security-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2127,7 +2127,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-soap-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2138,7 +2138,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xacml-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2149,7 +2149,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xacml-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2160,7 +2160,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xacml-saml-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2171,7 +2171,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xacml-saml-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2182,7 +2182,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xmlsec-api</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -2193,7 +2193,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-xmlsec-impl</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.6</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>