[jsscriptingnashorn] Upgrade Nashorn to 15.6 (#18635)

Upgrades Nashorn from 15.4 to 15.6.

For release notes, see:

https://github.com/openjdk/nashorn/blob/main/CHANGELOG.md

Signed-off-by: Wouter Born <github@maindrain.net>
pull/18674/head
Wouter Born 2025-05-12 07:05:45 +02:00 committed by GitHub
parent 4950f70160
commit fcec2e1720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.4</version>
<version>15.6</version>
<scope>compile</scope>
</dependency>
<dependency>