Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 20a4e4a commit 8de6470
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
arguments: shadowJar
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: 'Successfully build EternalCombat'
path: eternalcombat-plugin/build/libs/*.jar
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25")
implementation("io.github.goooler.shadow:shadow-gradle-plugin:8.1.8")
implementation("net.minecrell:plugin-yml:0.6.0")
implementation("xyz.jpenilla:run-task:2.3.0")
implementation("xyz.jpenilla:run-task:2.3.1")
}

sourceSets {
Expand Down
18 changes: 9 additions & 9 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ object Versions {

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

const val JUNIT_JUPITER_API = "5.10.3"
const val JUNIT_JUPITER_PARAMS = "5.10.3"
const val JUNIT_JUPITER_ENGINE = "5.10.3"
const val JUNIT_JUPITER_API = "5.11.1"
const val JUNIT_JUPITER_PARAMS = "5.11.1"
const val JUNIT_JUPITER_ENGINE = "5.11.1"

const val ETERNALCODE_COMMONS = "1.1.3"
// TODO: Multification.
Expand All @@ -13,18 +13,18 @@ object Versions {
const val ADVENTURE_TEXT_MINIMESSAGE = "4.17.0"

const val LITE_COMMANDS = "2.8.9"
const val OKAERI_CONFIGS_YAML_BUKKIT = "5.0.3"
const val OKAERI_CONFIGS_SERDES_COMMONS = "5.0.3"
const val OKAERI_CONFIGS_SERDES_BUKKIT = "5.0.3"
const val OKAERI_CONFIGS_YAML_BUKKIT = "5.0.5"
const val OKAERI_CONFIGS_SERDES_COMMONS = "5.0.5"
const val OKAERI_CONFIGS_SERDES_BUKKIT = "5.0.5"

const val PANDA_UTILITIES = "0.5.2-alpha"
const val GIT_CHECK = "1.0.0"
const val APACHE_COMMONS = "2.16.1"
const val APACHE_COMMONS = "2.17.0"

const val CAFFEINE = "3.1.8"

const val B_STATS_BUKKIT = "3.0.2"
const val WORLD_GUARD_BUKKIT = "7.0.9"
const val B_STATS_BUKKIT = "3.1.0"
const val WORLD_GUARD_BUKKIT = "7.0.12"

const val PLACEHOLDER_API = "2.11.6"

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/eternalcombat-java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java {
}

checkstyle {
toolVersion = "10.17.0"
toolVersion = "10.18.1"

configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")

Expand All @@ -25,7 +25,7 @@ configurations.named("checkstyle") {
resolutionStrategy {
capabilitiesResolution {
withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:33.2.1-jre")
select("com.google.guava:guava:33.3.1-jre")
}
}
}
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 8de6470

Please sign in to comment.