File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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.6 "
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,7 +17,7 @@ object Versions {
17
17
18
18
const val PLACEHOLDER_API = " 2.11.6"
19
19
20
- const val MARIA_DB = " 3.5.1 "
20
+ const val MARIA_DB = " 3.5.2 "
21
21
const val POSTGRESQL = " 42.7.5"
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.21.2 "
6
+ toolVersion = " 10.21.4 "
7
7
8
8
configFile = file(" ${rootDir} /config/checkstyle/checkstyle.xml" )
9
9
configProperties[" checkstyle.suppressions.file" ] = " ${rootDir} /config/checkstyle/suppressions.xml"
You can’t perform that action at this time.
0 commit comments