Skip to content

Commit 67f7921

Browse files
committed
Bumping dependencies and version number to 3.6.0
1 parent da8e1d6 commit 67f7921

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
plugins {
11-
id 'com.github.spotbugs' version '6.1.3'
11+
id 'com.github.spotbugs' version '6.1.7'
1212
}
1313

1414
// We require building with JDK 17 or later. Built artifact compatibility
@@ -28,7 +28,7 @@ allprojects {
2828
}
2929

3030
wrapper {
31-
gradleVersion = '8.12.1'
31+
gradleVersion = '8.13'
3232
}
3333
}
3434

@@ -47,7 +47,7 @@ subprojects {
4747
}
4848

4949
checkstyle {
50-
toolVersion = '10.21.2'
50+
toolVersion = '10.21.4'
5151
configDirectory = file("$rootProject.projectDir/config/checkstyle")
5252
}
5353

@@ -78,7 +78,7 @@ subprojects {
7878
}
7979

8080
dependencies {
81-
testImplementation platform('org.junit:junit-bom:5.11.4')
81+
testImplementation platform('org.junit:junit-bom:5.12.1')
8282
testImplementation 'org.junit.jupiter:junit-jupiter'
8383
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
8484
testImplementation 'org.mockito:mockito-core:5.15.2'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
22
javaLanguageVersion=8
33
osgiRequiredCompatibility=1.8
4-
version=3.5.5-SNAPSHOT
4+
version=3.6.0-SNAPSHOT
55

66
# Ugh, see https://github.com/gradle/gradle/issues/11308
77
systemProp.org.gradle.internal.publish.checksums.insecure=true

gradle/wrapper/gradle-wrapper.jar

122 Bytes
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.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

0 commit comments

Comments
 (0)