Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dependabot[bot] authored and gzsombor committed Jan 27, 2024
1 parent f745ea8 commit c569c62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ allprojects {
ext {
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
spotbugsVersion = "4.8.3"
junitVersion = "5.10.0"
checkstyleVersion = "10.4"
junitVersion = "5.10.1"
checkstyleVersion = "10.12.2"
}
}

Expand Down
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.14'

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

Expand Down

0 comments on commit c569c62

Please sign in to comment.