Skip to content

Commit 2f16b82

Browse files
dependency: Update patch
1 parent 4db61f0 commit 2f16b82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Versions {
66
const val ETERNALCODE_COMMONS = "1.1.5"
77
const val MULTIFICATION = "1.2.1"
88

9-
const val JETBRAINS_ANNOTATIONS = "26.0.1"
9+
const val JETBRAINS_ANNOTATIONS = "26.0.2"
1010
const val PLACEHOLDER_API = "2.11.6"
1111
const val LOMBOK = "1.18.36"
1212
const val GIT_CHECK = "1.0.0"

buildSrc/src/main/kotlin/eternalcode-java.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group = "com.eternalcode"
77
version = "1.5.2"
88

99
checkstyle {
10-
toolVersion = "10.21.1"
10+
toolVersion = "10.21.2"
1111

1212
configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
1313
configProperties["checkstyle.suppressions.file"] = "${rootDir}/config/checkstyle/suppressions.xml"

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

0 commit comments

Comments
 (0)