File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
}
9
9
10
10
dependencies {
11
- implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.3 " )
11
+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.5 " )
12
12
implementation(" net.minecrell:plugin-yml:0.6.0" )
13
13
implementation(" xyz.jpenilla:run-task:2.3.1" )
14
14
implementation(" me.champeau.jmh:jmh-gradle-plugin:0.7.2" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ object Versions {
3
3
const val SPIGOT_API = " 1.19.4-R0.1-SNAPSHOT"
4
4
5
5
const val OKAERI_CONFIGS = " 5.0.5"
6
- const val LITE_COMMANDS = " 3.7.1 "
6
+ const val LITE_COMMANDS = " 3.9.0 "
7
7
8
8
const val ETERNALCODE_COMMONS = " 1.1.4"
9
9
const val MULTIFICATION = " 1.1.4"
@@ -17,7 +17,7 @@ object Versions {
17
17
18
18
const val PLACEHOLDER_API = " 2.11.6"
19
19
20
- const val MARIA_DB = " 3.4.1 "
20
+ const val MARIA_DB = " 3.5.0 "
21
21
const val POSTGRESQL = " 42.7.4"
22
22
const val H2 = " 2.3.232"
23
23
const val ORMLITE = " 6.1"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
checkstyle {
6
- toolVersion = " 10.18.2 "
6
+ toolVersion = " 10.20.0 "
7
7
8
8
configFile = file(" ${rootDir} /config/checkstyle/checkstyle.xml" )
9
9
configProperties[" checkstyle.suppressions.file" ] = " ${rootDir} /config/checkstyle/suppressions.xml"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
51
51
compileOnly(" me.clip:placeholderapi:${Versions .PLACEHOLDER_API } " )
52
52
53
- testImplementation(platform(" org.junit:junit-bom:5.11.2 " ))
53
+ testImplementation(platform(" org.junit:junit-bom:5.11.3 " ))
54
54
testImplementation(" org.junit.jupiter:junit-jupiter" )
55
55
jmh(" org.openjdk.jmh:jmh-core:1.37" )
56
56
jmh(" org.openjdk.jmh:jmh-generator-annprocess:1.37" )
You can’t perform that action at this time.
0 commit comments