Skip to content

Commit 933b5c6

Browse files
committed
Bump build dependencies
1 parent bcdc9d6 commit 933b5c6

7 files changed

Lines changed: 13 additions & 15 deletions

File tree

SpellChecker/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ base {
99
}
1010

1111
dependencies {
12-
api 'com.fifesoft:rsyntaxtextarea:3.5.4'
13-
testImplementation platform('org.junit:junit-bom:5.12.0')
12+
api 'com.fifesoft:rsyntaxtextarea:3.6.1'
13+
testImplementation platform('org.junit:junit-bom:6.0.1')
1414
testImplementation 'org.junit.jupiter:junit-jupiter'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
16-
testImplementation 'org.mockito:mockito-core:5.15.2'
16+
testImplementation 'org.mockito:mockito-core:5.21.0'
1717
}
1818

1919
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 '5.0.12'
2+
// id 'com.github.spotbugs' version '6.4.8'
33
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
44
}
55

@@ -22,7 +22,7 @@ allprojects {
2222
}
2323

2424
wrapper {
25-
gradleVersion = '8.13'
25+
gradleVersion = '9.2.1'
2626
}
2727

2828
tasks.withType(Javadoc) {
@@ -41,7 +41,7 @@ subprojects {
4141
}
4242

4343
checkstyle {
44-
toolVersion = '10.21.4'
44+
toolVersion = '12.3.0'
4545
configDirectory = file("$rootProject.projectDir/config/checkstyle")
4646
}
4747

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"/>
@@ -240,8 +240,10 @@
240240
<!--<module name="MagicNumber"/> Unfortunately, too much noise -->
241241
<!--<module name="MissingSwitchDefault"/>-->
242242
<module name="MultipleVariableDeclarations"/>
243+
<module name="PatternVariableAssignment"/>
243244
<module name="SimplifyBooleanExpression"/>
244245
<module name="SimplifyBooleanReturn"/>
246+
<module name="UnnecessaryNullCheckWithInstanceOf"/>
245247
<!-- <module name="UnnecessaryParentheses"/>-->
246248
<module name="UnnecessarySemicolonAfterOuterTypeDeclaration"/>
247249
<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)