Skip to content

Commit c569c62

Browse files
dependabot[bot]gzsombor
authored andcommitted
Bump dependencies
Bump [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.4 to 10.12.2. Bump org.junit:junit-bom from 5.10.0 to 5.10.1 Bump rhino from 1.7.13 to 1.7.14
1 parent f745ea8 commit c569c62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ allprojects {
2929
ext {
3030
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
3131
spotbugsVersion = "4.8.3"
32-
junitVersion = "5.10.0"
33-
checkstyleVersion = "10.4"
32+
junitVersion = "5.10.1"
33+
checkstyleVersion = "10.12.2"
3434
}
3535
}
3636

extractor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131

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

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

0 commit comments

Comments
 (0)