This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push: new 11122cedf7 Update BOMs 11122cedf7 is described below commit 11122cedf7a76732588e4d451ce9f63e05543f7c Author: Jean-Louis Monteiro <jlmonte...@tomitribe.com> AuthorDate: Tue Nov 15 10:32:12 2022 +0100 Update BOMs --- boms/tomee-microprofile-api/pom.xml | 11 ----- boms/tomee-microprofile/pom.xml | 99 ++++++++++++++++++++----------------- boms/tomee-plume/pom.xml | 88 ++++++++++++++++++++------------- boms/tomee-plus/pom.xml | 88 ++++++++++++++++++++------------- 4 files changed, 165 insertions(+), 121 deletions(-) diff --git a/boms/tomee-microprofile-api/pom.xml b/boms/tomee-microprofile-api/pom.xml index 6ccd21bddc..9e4d583b38 100644 --- a/boms/tomee-microprofile-api/pom.xml +++ b/boms/tomee-microprofile-api/pom.xml @@ -62,17 +62,6 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>jakarta.xml.ws</groupId> - <artifactId>jakarta.xml.ws-api</artifactId> - <version>2.3.3</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-mail_2.1_spec</artifactId> diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml index 5b5f6e8d0c..59b0a548e6 100644 --- a/boms/tomee-microprofile/pom.xml +++ b/boms/tomee-microprofile/pom.xml @@ -92,7 +92,7 @@ <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> - <version>5.2.1</version> + <version>6.4.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -496,32 +496,10 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>jakarta.xml.ws</groupId> - <artifactId>jakarta.xml.ws-api</artifactId> - <version>2.3.3</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>2.10.10</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>net.shibboleth.utilities</groupId> <artifactId>java-support</artifactId> - <version>7.5.2</version> + <version>8.3.1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1506,7 +1484,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-bindings</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1517,7 +1495,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-policy</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1528,7 +1506,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-common</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1539,7 +1517,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-dom</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1550,7 +1528,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-policy-stax</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1561,7 +1539,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-stax</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1679,6 +1657,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + <version>1.70</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> @@ -1690,6 +1679,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk18on</artifactId> + <version>1.71</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcutil-jdk15on</artifactId> + <version>1.70</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.codehaus.swizzle</groupId> <artifactId>swizzle-stream</artifactId> @@ -1715,7 +1726,7 @@ <dependency> <groupId>org.cryptacular</groupId> <artifactId>cryptacular</artifactId> - <version>1.2.4</version> + <version>1.2.5</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1924,7 +1935,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-core</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1935,7 +1946,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-profile-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1946,7 +1957,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-saml-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1957,7 +1968,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-saml-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1968,7 +1979,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-security-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1979,7 +1990,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-security-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1990,7 +2001,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-soap-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2001,7 +2012,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xacml-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2012,7 +2023,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xacml-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2023,7 +2034,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xacml-saml-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2034,7 +2045,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xacml-saml-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2045,7 +2056,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xmlsec-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2056,7 +2067,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xmlsec-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index 40a8e1a42c..0c85b7d6d4 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -92,7 +92,7 @@ <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> - <version>5.2.1</version> + <version>6.4.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -507,21 +507,10 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>2.10.10</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>net.shibboleth.utilities</groupId> <artifactId>java-support</artifactId> - <version>7.5.2</version> + <version>8.3.1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1606,7 +1595,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-bindings</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1617,7 +1606,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-policy</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1628,7 +1617,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-common</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1639,7 +1628,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-dom</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1650,7 +1639,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-policy-stax</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1661,7 +1650,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-stax</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1779,6 +1768,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + <version>1.70</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> @@ -1790,6 +1790,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk18on</artifactId> + <version>1.71</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcutil-jdk15on</artifactId> + <version>1.70</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.codehaus.swizzle</groupId> <artifactId>swizzle-stream</artifactId> @@ -1815,7 +1837,7 @@ <dependency> <groupId>org.cryptacular</groupId> <artifactId>cryptacular</artifactId> - <version>1.2.4</version> + <version>1.2.5</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2057,7 +2079,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-core</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2068,7 +2090,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-profile-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2079,7 +2101,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-saml-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2090,7 +2112,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-saml-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2101,7 +2123,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-security-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2112,7 +2134,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-security-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2123,7 +2145,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-soap-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2134,7 +2156,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xacml-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2145,7 +2167,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xacml-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2156,7 +2178,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xacml-saml-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2167,7 +2189,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xacml-saml-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2178,7 +2200,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xmlsec-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2189,7 +2211,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xmlsec-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml index 90746fb54b..ca9c5d777f 100644 --- a/boms/tomee-plus/pom.xml +++ b/boms/tomee-plus/pom.xml @@ -92,7 +92,7 @@ <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> - <version>5.2.1</version> + <version>6.4.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -518,21 +518,10 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>2.10.10</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>net.shibboleth.utilities</groupId> <artifactId>java-support</artifactId> - <version>7.5.2</version> + <version>8.3.1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1639,7 +1628,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-bindings</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1650,7 +1639,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-policy</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1661,7 +1650,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-common</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1672,7 +1661,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-dom</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1683,7 +1672,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-policy-stax</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1694,7 +1683,7 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-stax</artifactId> - <version>2.3.3</version> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1812,6 +1801,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + <version>1.70</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> @@ -1823,6 +1823,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk18on</artifactId> + <version>1.71</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcutil-jdk15on</artifactId> + <version>1.70</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.codehaus.swizzle</groupId> <artifactId>swizzle-stream</artifactId> @@ -1848,7 +1870,7 @@ <dependency> <groupId>org.cryptacular</groupId> <artifactId>cryptacular</artifactId> - <version>1.2.4</version> + <version>1.2.5</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2068,7 +2090,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-core</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2079,7 +2101,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-profile-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2090,7 +2112,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-saml-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2101,7 +2123,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-saml-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2112,7 +2134,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-security-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2123,7 +2145,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-security-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2134,7 +2156,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-soap-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2145,7 +2167,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xacml-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2156,7 +2178,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xacml-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2167,7 +2189,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xacml-saml-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2178,7 +2200,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xacml-saml-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2189,7 +2211,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xmlsec-api</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2200,7 +2222,7 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-xmlsec-impl</artifactId> - <version>3.4.6</version> + <version>4.2.0</version> <exclusions> <exclusion> <artifactId>*</artifactId>