This is an automated email from the ASF dual-hosted git repository.
jungm 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 b2bc764be3 Bump org.codehaus.jettison:jettison from 1.3.4 to 1.5.5
b2bc764be3 is described below
commit b2bc764be3a6d6c1596f7d380c6a67e5558d79d9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 14:28:02 2026 +0000
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 be37aaeae8..8d81a14d34 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>