File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Versions {
21
21
const val POSTGRESQL = " 42.7.5"
22
22
const val H2 = " 2.3.232"
23
23
const val ORMLITE = " 6.1"
24
- const val HIKARI_CP = " 6.2.1 "
24
+ const val HIKARI_CP = " 6.3.0 "
25
25
26
26
const val LITE_COMMANDS = " 3.9.7"
27
27
const val LITE_SKULL_API = " 1.3.0"
@@ -47,6 +47,6 @@ object Versions {
47
47
const val JUNIT_JUPITER_API = " 5.12.0"
48
48
const val JUNIT_JUPITER_PARAMS = " 5.12.0"
49
49
const val JUNIT_JUPITER_ENGINE = " 5.12.0"
50
- const val MOCKITO_CORE = " 5.16 .0"
50
+ const val MOCKITO_CORE = " 5.17 .0"
51
51
52
52
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group = "com.eternalcode"
7
7
version = " 1.6.0"
8
8
9
9
checkstyle {
10
- toolVersion = " 10.21.4 "
10
+ toolVersion = " 10.23.0 "
11
11
12
12
configFile = file(" ${rootDir} /config/checkstyle/checkstyle.xml" )
13
13
configProperties[" checkstyle.suppressions.file" ] = " ${rootDir} /config/checkstyle/suppressions.xml"
You can’t perform that action at this time.
0 commit comments