Skip to content

Commit

Permalink
Regenerate BOM after wss4j + xmlsec updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Oct 10, 2023
1 parent 13d8e8e commit e109d9b
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 70 deletions.
64 changes: 43 additions & 21 deletions boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
<version>8.3.1</version>
<version>8.4.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -1033,7 +1033,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -1682,7 +1682,7 @@
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-bindings</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1693,7 +1693,7 @@
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-policy</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1704,7 +1704,7 @@
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-ws-security-common</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1715,7 +1715,7 @@
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-ws-security-dom</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1726,7 +1726,7 @@
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-ws-security-policy-stax</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1737,7 +1737,7 @@
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-ws-security-stax</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -1866,6 +1866,17 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.72</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
Expand All @@ -1888,6 +1899,17 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<version>1.72</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.swizzle</groupId>
<artifactId>swizzle-stream</artifactId>
Expand Down Expand Up @@ -2122,7 +2144,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-core</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2133,7 +2155,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-profile-api</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2144,7 +2166,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-api</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2155,7 +2177,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-impl</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2166,7 +2188,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-security-api</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2177,7 +2199,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-security-impl</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2188,7 +2210,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-soap-api</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2199,7 +2221,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xacml-api</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2210,7 +2232,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xacml-impl</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2221,7 +2243,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xacml-saml-api</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2232,7 +2254,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xacml-saml-impl</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2243,7 +2265,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xmlsec-api</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2254,7 +2276,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-xmlsec-impl</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
Loading

0 comments on commit e109d9b

Please sign in to comment.