Skip to content

Commit

Permalink
Merge pull request #1174 from TeamNewPipe/dependabot/gradle/org.mozil…
Browse files Browse the repository at this point in the history
…la-rhino-1.7.15

Bump org.mozilla:rhino from 1.7.13 to 1.7.15
  • Loading branch information
TobiGr authored May 8, 2024
2 parents bba3b6c + c6da400 commit 37438ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

// do not upgrade to 1.7.14, since in 1.7.14 Rhino uses the `SourceVersion` class, which is not
// available on Android (even when using desugaring), and `NoClassDefFoundError` is thrown
implementation 'org.mozilla:rhino:1.7.13'
implementation 'org.mozilla:rhino:1.7.15'

checkstyle "com.puppycrawl.tools:checkstyle:$checkstyleVersion"

Expand Down

0 comments on commit 37438ff

Please sign in to comment.