Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 5bc160a commit c0f864f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.3")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.4")
implementation("net.minecrell:plugin-yml:0.6.0")
implementation("xyz.jpenilla:run-task:2.3.1")
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object Versions {
const val SPIGOT_API = "1.19.4-R0.1-SNAPSHOT"

const val OKAERI_CONFIGS = "5.0.5"
const val LITE_COMMANDS = "3.7.1"
const val LITE_COMMANDS = "3.8.1-HOTFIX-3"

const val ETERNALCODE_COMMONS = "1.1.4"
const val MULTIFICATION = "1.1.4"
Expand All @@ -17,7 +17,7 @@ object Versions {

const val PLACEHOLDER_API = "2.11.6"

const val MARIA_DB = "3.4.1"
const val MARIA_DB = "3.5.0"
const val POSTGRESQL = "42.7.4"
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.18.2"
toolVersion = "10.19.0"

configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
configProperties["checkstyle.suppressions.file"] = "${rootDir}/config/checkstyle/suppressions.xml"
Expand Down
2 changes: 1 addition & 1 deletion eternaleconomy-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {

compileOnly("me.clip:placeholderapi:${Versions.PLACEHOLDER_API}")

testImplementation(platform("org.junit:junit-bom:5.11.2"))
testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
jmh("org.openjdk.jmh:jmh-core:1.37")
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.37")
Expand Down

0 comments on commit c0f864f

Please sign in to comment.