Skip to content

Commit f2b92bd

Browse files
committed
Update spotbugs to 6.0.16
1 parent 57845ff commit f2b92bd

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,9 @@ ext {
3737
javaVersion = JavaVersion.VERSION_21
3838
}
3939

40-
wrapper {
41-
description 'Setup the Gradle wrapper'
42-
gradleVersion = '8.8'
43-
distributionUrl = "https://services.gradle.org/distributions/gradle-${gradleVersion}-all.zip"
44-
}
45-
4640
allprojects {
4741
group = 'com.ak'
48-
version = '2024.06.06'
42+
version = '2024.06.12'
4943
apply plugin: 'idea'
5044
idea {
5145
module {

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

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Darwin, MinGW, and NonStop.
5656
#
5757
# (3) This script is generated from the Groovy template
58-
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58+
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
5959
# within the Gradle project.
6060
#
6161
# You can find Gradle at https://github.com/gradle/gradle/.

libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
javamodularity-moduleplugin = '1.8.15'
33
sonarqube = '5.0.0.4638'
4-
spotbugs = '6.0.15'
4+
spotbugs = '6.0.16'
55
ben-manes-versions = '0.51.0'
66
nebula-lint = '19.0.2'
77

src/main/java/com/ak/app/MainApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ private MainApp() {
77
}
88

99
public static void main(String[] args) {
10-
Logger.getLogger(MainApp.class.getName()).info(() -> "Hello word 2024.06.06!");
10+
Logger.getLogger(MainApp.class.getName()).info(() -> "Hello word 2024.06.12!");
1111
}
1212
}

0 commit comments

Comments
 (0)