Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
Update Rhino
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma committed Oct 10, 2024
1 parent bd1fca6 commit 08860a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion issue12.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configurations {
}

dependencies {
rhino 'org.mozilla:rhino:1.7R3'
rhino 'org.mozilla:rhino:1.7.15'
}

apply plugin: 'js'
Expand Down
2 changes: 1 addition & 1 deletion src/main/groovy/com/eriwen/gradle/js/JsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class JsPlugin implements Plugin<Project> {
rhino
}
project.dependencies {
rhino 'org.mozilla:rhino:1.7R3'
rhino 'org.mozilla:rhino:1.7.15'
}
// TODO: have 'check' depend on jshint
}
Expand Down

0 comments on commit 08860a8

Please sign in to comment.