This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 35afa2b353 Bump cxf.rhino.version from 1.8.1 to 1.9.0 (#2809)
35afa2b353 is described below
commit 35afa2b3534b4e0a3ddd657fca8462ad364e955d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 29 11:37:45 2025 -0500
Bump cxf.rhino.version from 1.8.1 to 1.9.0 (#2809)
Bumps `cxf.rhino.version` from 1.8.1 to 1.9.0.
Updates `org.mozilla:rhino` from 1.8.1 to 1.9.0
- [Release notes](https://github.com/mozilla/rhino/releases)
- [Changelog](https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/mozilla/rhino/commits)
Updates `org.mozilla:rhino-xml` from 1.8.1 to 1.9.0
- [Release notes](https://github.com/mozilla/rhino/releases)
- [Changelog](https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/mozilla/rhino/commits)
---
updated-dependencies:
- dependency-name: org.mozilla:rhino
dependency-version: 1.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mozilla:rhino-xml
dependency-version: 1.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index ec643939fd..c7323986de 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -201,7 +201,7 @@
<cxf.plexus-utils.version>3.5.1</cxf.plexus-utils.version>
<cxf.reactivestreams.version>1.0.4</cxf.reactivestreams.version>
<cxf.reactor.version>3.8.1</cxf.reactor.version>
- <cxf.rhino.version>1.8.1</cxf.rhino.version>
+ <cxf.rhino.version>1.9.0</cxf.rhino.version>
<cxf.rxjava.version>1.3.8</cxf.rxjava.version>
<cxf.rxjava2.version>2.2.21</cxf.rxjava2.version>
<cxf.rxjava3.version>3.1.12</cxf.rxjava3.version>