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 3d63c6cbb0 Revert "Bump org.openjdk.nashorn:nashorn-core from 15.4 to 
15.5 (#1703)"
3d63c6cbb0 is described below

commit 3d63c6cbb0002d703d0d62489f782eb54d44a988
Author: Richard Zowalla <r...@apache.org>
AuthorDate: Mon Dec 16 08:10:22 2024 +0100

    Revert "Bump org.openjdk.nashorn:nashorn-core from 15.4 to 15.5 (#1703)"
    
    This reverts commit 16d395b5476a8574f4abb71cb5956d0cc0102022.
---
 examples/testing-security-4/pom.xml | 2 +-
 pom.xml                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/testing-security-4/pom.xml 
b/examples/testing-security-4/pom.xml
index 9feea330b6..fb5ba50c52 100644
--- a/examples/testing-security-4/pom.xml
+++ b/examples/testing-security-4/pom.xml
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.openjdk.nashorn</groupId>
       <artifactId>nashorn-core</artifactId>
-      <version>15.5</version>
+      <version>15.4</version>
       <scope>test</scope>
     </dependency>
     <!--
diff --git a/pom.xml b/pom.xml
index b76d3f89cd..add49f2d34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
     <version.osgi.framework>4.2.0</version.osgi.framework>
     <version.aether>1.13.1</version.aether>
     <version.xalan>2.7.3</version.xalan>
-    <version.nashorn>15.5</version.nashorn>
+    <version.nashorn>15.4</version.nashorn>
 
     <!-- Logging frameworks -->
     <version.slf4j>2.0.16</version.slf4j>

Reply via email to