Skip to content

Commit

Permalink
Update dependency org.openjdk.nashorn:nashorn-core to v15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent ce446c0 commit 3af6fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {

dependencies {
implementation("de.eldoria", "eldo-util", "1.14.5")
implementation("org.openjdk.nashorn", "nashorn-core", "15.4")
implementation("org.openjdk.nashorn", "nashorn-core", "15.5")
compileOnly("com.destroystokyo.paper", "paper-api", "1.16.5-R0.1-SNAPSHOT")
testCompileOnly("com.destroystokyo.paper", "paper-api", "1.16.5-R0.1-SNAPSHOT")
}
Expand Down

0 comments on commit 3af6fd9

Please sign in to comment.