Skip to content

Commit

Permalink
Merge pull request #91 from xvik/dependabot/gradle/org.openjdk.nashor…
Browse files Browse the repository at this point in the history
…n-nashorn-core-15.6

Bump org.openjdk.nashorn:nashorn-core from 15.4 to 15.6
  • Loading branch information
xvik authored Dec 27, 2024
2 parents 971dfea + a359f21 commit 7b3d747
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 7b3d747

Please sign in to comment.