This is an automated email from the ASF dual-hosted git repository.
rzo1 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 51e0d036d2 Bump org.codehaus.jettison:jettison from 1.5.5 to 1.5.6
51e0d036d2 is described below
commit 51e0d036d213ffd5b07e6da9c6573571b47aea07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 06:06:22 2026 +0000
Bump org.codehaus.jettison:jettison from 1.5.5 to 1.5.6
Bumps
[org.codehaus.jettison:jettison](https://github.com/jettison-json/jettison)
from 1.5.5 to 1.5.6.
- [Release notes](https://github.com/jettison-json/jettison/releases)
-
[Commits](https://github.com/jettison-json/jettison/compare/jettison-1.5.5...jettison-1.5.6)
---
updated-dependencies:
- dependency-name: org.codehaus.jettison:jettison
dependency-version: 1.5.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 c3171e12d9..4402c1e76b 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.5.5</version>
+ <version>1.5.6</version>
<scope>test</scope>
</dependency>
</dependencies>