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 a33979a8b5 Bump cxf.rhino.version from 1.9.0 to 1.9.1 (#2894)
a33979a8b5 is described below
commit a33979a8b5fbd166a5e970617f0bc2175100a809
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 09:45:51 2026 -0500
Bump cxf.rhino.version from 1.9.0 to 1.9.1 (#2894)
Bumps `cxf.rhino.version` from 1.9.0 to 1.9.1.
Updates `org.mozilla:rhino` from 1.9.0 to 1.9.1
- [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.9.0 to 1.9.1
- [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.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.mozilla:rhino-xml
dependency-version: 1.9.1
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>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 1dab89e54c..43527eb6c1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -204,7 +204,7 @@
<cxf.plexus-utils.version>4.0.2</cxf.plexus-utils.version>
<cxf.reactivestreams.version>1.0.4</cxf.reactivestreams.version>
<cxf.reactor.version>3.8.3</cxf.reactor.version>
- <cxf.rhino.version>1.9.0</cxf.rhino.version>
+ <cxf.rhino.version>1.9.1</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>