Skip to content

Commit 28cc0bf

Browse files
dependency: Update minor
1 parent e98be2c commit 28cc0bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object Versions {
2121
const val POSTGRESQL = "42.7.5"
2222
const val H2 = "2.3.232"
2323
const val ORMLITE = "6.1"
24-
const val HIKARI_CP = "6.2.1"
24+
const val HIKARI_CP = "6.3.0"
2525

2626
const val LITE_COMMANDS = "3.9.7"
2727
const val LITE_SKULL_API = "1.3.0"

buildSrc/src/main/kotlin/eternalcode-java.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group = "com.eternalcode"
77
version = "1.6.0"
88

99
checkstyle {
10-
toolVersion = "10.21.4"
10+
toolVersion = "10.22.0"
1111

1212
configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
1313
configProperties["checkstyle.suppressions.file"] = "${rootDir}/config/checkstyle/suppressions.xml"

0 commit comments

Comments
 (0)