You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/04 01:03:39 UTC

[cxf] 01/04: Update Mozilla Rhino to 1.7.14

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

commit 13b63145c3713690d77ecf6d90d73fca22b7816b
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Jan 3 19:54:59 2023 -0500

    Update Mozilla Rhino to 1.7.14
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index cecb1df9bf..b0172e18d8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -171,7 +171,7 @@
         <cxf.plexus-utils.version>3.4.2</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.3</cxf.reactivestreams.version>
         <cxf.reactor.version>3.5.1</cxf.reactor.version>
-        <cxf.rhino.version>1.7.13</cxf.rhino.version>
+        <cxf.rhino.version>1.7.14</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.5</cxf.rxjava3.version>