This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 2455a241f6 TOMEE-4629 - Bump com.sun.xml.messaging.saaj:saaj-impl
(#2785)
2455a241f6 is described below
commit 2455a241f6cb972ac76efc037274b408d30b1966
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 08:52:35 2026 +0200
TOMEE-4629 - Bump com.sun.xml.messaging.saaj:saaj-impl (#2785)
Bumps com.sun.xml.messaging.saaj:saaj-impl from 3.0.5 to 3.0.6.
---
updated-dependencies:
- dependency-name: com.sun.xml.messaging.saaj:saaj-impl
dependency-version: 3.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5835bf4426..49257b6e4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
<!-- Jakarta EE Impl. -->
<tomcat.version>10.1.56</tomcat.version>
<!-- com.sun -->
- <version.impl.saaj>3.0.5</version.impl.saaj>
+ <version.impl.saaj>3.0.6</version.impl.saaj>
<!-- org.apache -->
<version.activemq>6.2.6</version.activemq>
<version.batchee>2.0.0</version.batchee>