Skip to content

Commit

Permalink
chore(deps): bump org.openjdk.nashorn:nashorn-core from 15.4 to 15.5
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.5.
- [Changelog](https://github.com/openjdk/nashorn/blob/main/CHANGELOG.md)
- [Commits](openjdk/nashorn@release-15.4...release-15.5)

---
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 16, 2024
1 parent a67bd43 commit 246fc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-script-nashorn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jar {
dependencies {
implementation project(':plugin-script')

implementation group: 'org.openjdk.nashorn', name: 'nashorn-core', version: '15.4'
implementation group: 'org.openjdk.nashorn', name: 'nashorn-core', version: '15.5'

testImplementation project(':plugin-script').sourceSets.test.output
}

0 comments on commit 246fc67

Please sign in to comment.