Skip to content

Commit afeaf71

Browse files
committed
Bump gradle to 9.2.1 and bump other build dependencies
1 parent b7e9e1b commit afeaf71

File tree

7 files changed

+12
-14
lines changed

7 files changed

+12
-14
lines changed

RSTAUI/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ base {
1111
dependencies {
1212
api 'com.fifesoft:rsyntaxtextarea:3.6.1'
1313
api 'com.fifesoft:autocomplete:3.3.3'
14-
testImplementation platform('org.junit:junit-bom:5.12.1')
14+
testImplementation platform('org.junit:junit-bom:6.0.1')
1515
testImplementation 'org.junit.jupiter:junit-jupiter'
1616
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
17-
testImplementation 'org.mockito:mockito-core:5.15.2'
17+
testImplementation 'org.mockito:mockito-core:5.21.0'
1818
}
1919

2020
ext.isReleaseVersion = !project.version.endsWith('SNAPSHOT')

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.github.spotbugs' version '6.1.7'
2+
id 'com.github.spotbugs' version '6.4.8'
33
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
44
}
55

@@ -21,7 +21,7 @@ allprojects {
2121
}
2222

2323
wrapper {
24-
gradleVersion = '8.13'
24+
gradleVersion = '9.2.1'
2525
}
2626

2727
tasks.withType(Javadoc) {
@@ -40,7 +40,7 @@ subprojects {
4040
}
4141

4242
checkstyle {
43-
toolVersion = '10.21.4'
43+
toolVersion = '12.3.0'
4444
}
4545

4646
spotbugs {

config/checkstyle/checkstyle.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<module name="JavadocType"/>
109109
<!--
110110
<module name="JavadocVariable">
111-
<property name="scope" value="package"/>
111+
<property name="accessModifiers" value="package"/>
112112
</module>
113113
-->
114114
<module name="JavadocStyle"/>
@@ -239,8 +239,10 @@
239239
<!--<module name="MagicNumber"/> Unfortunately, too much noise -->
240240
<!--<module name="MissingSwitchDefault"/>-->
241241
<module name="MultipleVariableDeclarations"/>
242+
<module name="PatternVariableAssignment"/>
242243
<module name="SimplifyBooleanExpression"/>
243244
<module name="SimplifyBooleanReturn"/>
245+
<module name="UnnecessaryNullCheckWithInstanceOf"/>
244246
<!-- <module name="UnnecessaryParentheses"/>-->
245247
<module name="UnnecessarySemicolonAfterOuterTypeDeclaration"/>
246248
<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)