Skip to content

Commit

Permalink
dependency: Update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2025
1 parent 4a2a24e commit 8979327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ object Versions {

const val SPIGOT_API = "1.19.4-R0.1-SNAPSHOT"

const val OKAERI_CONFIGS = "5.0.5"
const val OKAERI_CONFIGS = "5.0.6"
const val LITE_COMMANDS = "3.9.7"

const val ETERNALCODE_COMMONS = "1.1.5"
const val ETERNALCODE_COMMONS = "1.1.6"
const val MULTIFICATION = "1.2.1"

const val JETBRAINS_ANNOTATIONS = "24.1.0"
Expand All @@ -17,7 +17,7 @@ object Versions {

const val PLACEHOLDER_API = "2.11.6"

const val MARIA_DB = "3.5.1"
const val MARIA_DB = "3.5.2"
const val POSTGRESQL = "42.7.5"
const val H2 = "2.3.232"
const val ORMLITE = "6.1"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/economy-checkstyle.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

checkstyle {
toolVersion = "10.21.2"
toolVersion = "10.21.4"

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

0 comments on commit 8979327

Please sign in to comment.