This is an automated email from the ASF dual-hosted git repository.
jungm 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 13e1866275 [tomee-10.x]: Bump org.codehaus.jettison:jettison from
1.3.4 to 1.5.5
13e1866275 is described below
commit 13e1866275ecf15e703dbec59471add3874dd38c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 04:36:15 2026 +0000
[tomee-10.x]: Bump org.codehaus.jettison:jettison from 1.3.4 to 1.5.5
Bumps
[org.codehaus.jettison:jettison](https://github.com/jettison-json/jettison)
from 1.3.4 to 1.5.5.
- [Release notes](https://github.com/jettison-json/jettison/releases)
-
[Commits](https://github.com/jettison-json/jettison/compare/jettison-1.3.4...jettison-1.5.5)
---
updated-dependencies:
- dependency-name: org.codehaus.jettison:jettison
dependency-version: 1.5.5
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
server/openejb-cxf-rs/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/openejb-cxf-rs/pom.xml b/server/openejb-cxf-rs/pom.xml
index c9d05d2ea3..0f87012eb7 100644
--- a/server/openejb-cxf-rs/pom.xml
+++ b/server/openejb-cxf-rs/pom.xml
@@ -98,7 +98,7 @@
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
- <version>1.3.4</version>
+ <version>1.5.5</version>
<scope>test</scope>
</dependency>
</dependencies>