File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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.6 " )
11
+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.9 " )
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.3" )
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ object Versions {
2
2
3
3
const val SPIGOT_API = " 1.19.4-R0.1-SNAPSHOT"
4
4
5
- const val OKAERI_CONFIGS = " 5.0.5 "
5
+ const val OKAERI_CONFIGS = " 5.0.9 "
6
6
const val LITE_COMMANDS = " 3.9.7"
7
7
8
8
const val ETERNALCODE_COMMONS = " 1.1.5"
9
- const val MULTIFICATION = " 1.2.1 "
9
+ const val MULTIFICATION = " 1.2.2 "
10
10
11
11
const val JETBRAINS_ANNOTATIONS = " 24.1.0"
12
12
@@ -17,8 +17,8 @@ object Versions {
17
17
18
18
const val PLACEHOLDER_API = " 2.11.6"
19
19
20
- const val MARIA_DB = " 3.5.1 "
21
- const val POSTGRESQL = " 42.7.5 "
20
+ const val MARIA_DB = " 3.5.4 "
21
+ const val POSTGRESQL = " 42.7.7 "
22
22
const val H2 = " 2.3.232"
23
23
const val ORMLITE = " 6.1"
24
24
const val HIKARI_CP = " 5.1.0"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ configurations.named("checkstyle") {
17
17
resolutionStrategy {
18
18
capabilitiesResolution {
19
19
withCapability(" com.google.collections:google-collections" ) {
20
- select(" com.google.guava:guava:33.4.0 -jre" )
20
+ select(" com.google.guava:guava:33.4.8 -jre" )
21
21
}
22
22
}
23
23
}
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
54
54
55
55
testImplementation(platform(" org.junit:junit-bom:5.11.4" ))
56
56
testImplementation(" org.junit.jupiter:junit-jupiter" )
57
- testImplementation(" com.github.ben-manes.caffeine:caffeine:3.2.0 " )
57
+ testImplementation(" com.github.ben-manes.caffeine:caffeine:3.2.2 " )
58
58
testImplementation(" com.google.guava:guava:33.0.0-jre" )
59
59
60
60
jmh(" org.openjdk.jmh:jmh-core:1.37" )
You can’t perform that action at this time.
0 commit comments