File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
dependencies {
10
10
implementation(" net.kyori:blossom:1.3.1" )
11
11
implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.5" )
12
- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0 " )
12
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10 " )
13
13
implementation(" net.minecrell:plugin-yml:0.6.0" )
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object Versions {
6
6
const val ETERNALCODE_COMMONS = " 1.1.5"
7
7
const val MULTIFICATION = " 1.2.1"
8
8
9
- const val JETBRAINS_ANNOTATIONS = " 26.0.1 "
9
+ const val JETBRAINS_ANNOTATIONS = " 26.0.2 "
10
10
const val PLACEHOLDER_API = " 2.11.6"
11
11
const val LOMBOK = " 1.18.36"
12
12
const val GIT_CHECK = " 1.0.0"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group = "com.eternalcode"
7
7
version = " 1.5.2"
8
8
9
9
checkstyle {
10
- toolVersion = " 10.21.1 "
10
+ toolVersion = " 10.21.2 "
11
11
12
12
configFile = file(" ${rootDir} /config/checkstyle/checkstyle.xml" )
13
13
configProperties[" checkstyle.suppressions.file" ] = " ${rootDir} /config/checkstyle/suppressions.xml"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments