File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ 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.8 "
6
6
const val LITE_COMMANDS = " 3.9.7"
7
7
8
- const val ETERNALCODE_COMMONS = " 1.1.5 "
8
+ const val ETERNALCODE_COMMONS = " 1.1.6 "
9
9
const val MULTIFICATION = " 1.2.1"
10
10
11
11
const val JETBRAINS_ANNOTATIONS = " 24.1.0"
@@ -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.3 "
21
+ const val POSTGRESQL = " 42.7.6 "
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
}
You can’t perform that action at this time.
0 commit comments