Skip to content

Commit abcdcbc

Browse files
committed
Bump gradlew to 9.2.1 and bump other build dependencies
1 parent b8bb2b1 commit abcdcbc

6 files changed

Lines changed: 11 additions & 13 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323
}
2424

2525
wrapper {
26-
gradleVersion = '8.13'
26+
gradleVersion = '9.2.1'
2727
}
2828

2929
tasks.withType(Javadoc) {
@@ -42,7 +42,7 @@ subprojects {
4242
}
4343

4444
checkstyle {
45-
toolVersion = '10.25.0'
45+
toolVersion = '12.3.0'
4646
configDirectory = file("$rootProject.projectDir/config/checkstyle")
4747
}
4848

@@ -68,10 +68,10 @@ subprojects {
6868
// }
6969

7070
dependencies {
71-
testImplementation platform('org.junit:junit-bom:5.13.1')
71+
testImplementation platform('org.junit:junit-bom:6.0.1')
7272
testImplementation 'org.junit.jupiter:junit-jupiter'
7373
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
74-
testImplementation 'org.mockito:mockito-core:5.15.2'
74+
testImplementation 'org.mockito:mockito-core:5.21.0'
7575
}
7676

7777
compileJava {

config/checkstyle/checkstyle.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<module name="JavadocType"/>
113113
<!--
114114
<module name="JavadocVariable">
115-
<property name="scope" value="package"/>
115+
<property name="accessModifiers" value="package"/>
116116
</module>
117117
-->
118118
<module name="JavadocStyle"/>
@@ -243,8 +243,10 @@
243243
<!--<module name="MagicNumber"/> Unfortunately, too much noise -->
244244
<!--<module name="MissingSwitchDefault"/>-->
245245
<module name="MultipleVariableDeclarations"/>
246+
<module name="PatternVariableAssignment"/>
246247
<module name="SimplifyBooleanExpression"/>
247248
<module name="SimplifyBooleanReturn"/>
249+
<module name="UnnecessaryNullCheckWithInstanceOf"/>
248250
<!-- <module name="UnnecessaryParentheses"/>-->
249251
<module name="UnnecessarySemicolonAfterOuterTypeDeclaration"/>
250252
<module name="UnnecessarySemicolonAfterTypeMemberDeclaration"/>

gradle/wrapper/gradle-wrapper.jar

1.88 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)