This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-9.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-9.x by this push:
new 4470accbe2 TOMEE-4264 - Update Apache Santuario Java (xmlsec) to 3.0.3
4470accbe2 is described below
commit 4470accbe26a405f8b77859b6a26f273b802c86e
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Oct 26 11:23:58 2023 +0200
TOMEE-4264 - Update Apache Santuario Java (xmlsec) to 3.0.3
---
boms/tomee-microprofile/pom.xml | 2 +-
boms/tomee-plume/pom.xml | 2 +-
boms/tomee-plus/pom.xml | 2 +-
boms/tomee-webprofile/pom.xml | 2 +-
pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index f9e402c32a..2d38994e28 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -1033,7 +1033,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>3.0.2</version>
+ <version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 3e15b63508..f1bdf41fdb 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -1111,7 +1111,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>3.0.2</version>
+ <version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 99904b4177..82ff295cad 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -1144,7 +1144,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>3.0.2</version>
+ <version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index e0bf71b1d8..8d4ccb0cc0 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -681,7 +681,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>3.0.2</version>
+ <version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index 028fbc1896..a0c0a74812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
<!-- Other API and Impl. not in Jakarta EE -->
<version.wss4j>3.0.1</version.wss4j>
- <version.xmlsec>3.0.2</version.xmlsec>
+ <version.xmlsec>3.0.3</version.xmlsec>
<version.geronimo-jcache_1.0_spec>1.0-alpha-1</version.geronimo-jcache_1.0_spec>
<version.krazo>2.0.2</version.krazo>
<version.deltaspike>1.9.6</version.deltaspike>