Skip to content

Commit

Permalink
Bump Nashorn from 15.4 to 15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jan 25, 2025
1 parent 82aae3d commit 2e00e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cj-bitcoinj-dsl-js/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tasks.withType(JavaCompile).configureEach {

dependencies {
api project(':cj-btc-jsonrpc')
implementation 'org.openjdk.nashorn:nashorn-core:15.4'
implementation 'org.openjdk.nashorn:nashorn-core:15.6'

testImplementation "org.slf4j:slf4j-jdk14:${slf4jVersion}" // Runtime implementation of slf4j
}
Expand Down

0 comments on commit 2e00e4c

Please sign in to comment.