We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bba3b6c + c6da400 commit 37438ffCopy full SHA for 37438ff
1 file changed
extractor/build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
32
// do not upgrade to 1.7.14, since in 1.7.14 Rhino uses the `SourceVersion` class, which is not
33
// available on Android (even when using desugaring), and `NoClassDefFoundError` is thrown
34
- implementation 'org.mozilla:rhino:1.7.13'
+ implementation 'org.mozilla:rhino:1.7.15'
35
36
checkstyle "com.puppycrawl.tools:checkstyle:$checkstyleVersion"
37
0 commit comments