Skip to content

Commit

Permalink
Bump org.openjdk.nashorn:nashorn-core from 15.4 to 15.6
Browse files Browse the repository at this point in the history
Bumps [org.openjdk.nashorn:nashorn-core](https://github.com/openjdk/nashorn) from 15.4 to 15.6.
- [Changelog](https://github.com/openjdk/nashorn/blob/main/CHANGELOG.md)
- [Commits](openjdk/nashorn@release-15.4...release-15.6)

---
updated-dependencies:
- dependency-name: org.openjdk.nashorn:nashorn-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent 971dfea commit a359f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

// was removed in jdk 15
if(JavaVersion.current() >= JavaVersion.VERSION_15) {
implementation 'org.openjdk.nashorn:nashorn-core:15.4'
implementation 'org.openjdk.nashorn:nashorn-core:15.6'
}
}

Expand Down

0 comments on commit a359f21

Please sign in to comment.