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 02:31:09 UTC

[cxf] 01/05: 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 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

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

    Update Mozilla Rhino to 1.7.14
    
    (cherry picked from commit 13b63145c3713690d77ecf6d90d73fca22b7816b)
    
    # Conflicts:
    #       parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3e2ada3045..4731abaafc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -189,7 +189,7 @@
         <cxf.plexus-utils.version>3.3.1</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.3</cxf.reactivestreams.version>
         <cxf.reactor.version>3.4.26</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>