[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
parent
4950f70160
commit
fcec2e1720
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue