This is an automated email from the ASF dual-hosted git repository.

earthchen pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new a5da18de80 Bump org.openjdk.nashorn:nashorn-core from 15.6 to 15.7 
(#15912)
a5da18de80 is described below

commit a5da18de8063d2219f4aea82b6b3eecef60b95be
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 23 17:14:18 2025 +0800

    Bump org.openjdk.nashorn:nashorn-core from 15.6 to 15.7 (#15912)
    
    Bumps 
[org.openjdk.nashorn:nashorn-core](https://github.com/openjdk/nashorn) from 
15.6 to 15.7.
    - [Changelog](https://github.com/openjdk/nashorn/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/openjdk/nashorn/compare/release-15.6...release-15.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.openjdk.nashorn:nashorn-core
      dependency-version: '15.7'
      dependency-type: direct:development
      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>
---
 dubbo-cluster/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml
index be9f9477c7..ad8b8deb0f 100644
--- a/dubbo-cluster/pom.xml
+++ b/dubbo-cluster/pom.xml
@@ -29,7 +29,7 @@
   <description>The cluster module of dubbo project</description>
   <properties>
     <skip_maven_deploy>false</skip_maven_deploy>
-    <nashorn-core.version>15.6</nashorn-core.version>
+    <nashorn-core.version>15.7</nashorn-core.version>
   </properties>
   <dependencies>
     <dependency>

Reply via email to