Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 27, 2024
1 parent e732bdf commit 614894d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Make gradlew executable
run: chmod +x gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff
uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45
with:
arguments: shadowJar
- name: Upload a Build Artifact
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.24")
implementation("com.github.johnrengelman:shadow:8.1.1")
implementation("net.minecrell:plugin-yml:0.6.0")
implementation("xyz.jpenilla:run-task:2.2.4")
implementation("xyz.jpenilla:run-task:2.3.0")
}

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

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

const val JUNIT_JUPITER_API = "5.10.2"
const val JUNIT_JUPITER_PARAMS = "5.10.2"
const val JUNIT_JUPITER_ENGINE = "5.10.2"
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 ETERNALCODE_COMMONS = "1.1.2"
const val ETERNALCODE_COMMONS = "1.1.3"
// TODO: Multification.

const val ADVENTURE_PLATFORM_BUKKIT = "4.3.2"
const val ADVENTURE_TEXT_MINIMESSAGE = "4.16.0"
const val ADVENTURE_PLATFORM_BUKKIT = "4.3.3"
const val ADVENTURE_TEXT_MINIMESSAGE = "4.17.0"

const val LITE_COMMANDS = "2.8.9"
const val OKAERI_CONFIGS_YAML_BUKKIT = "5.0.1"
const val OKAERI_CONFIGS_SERDES_COMMONS = "5.0.1"
const val OKAERI_CONFIGS_SERDES_BUKKIT = "5.0.1"
const val OKAERI_CONFIGS_YAML_BUKKIT = "5.0.2"
const val OKAERI_CONFIGS_SERDES_COMMONS = "5.0.2"
const val OKAERI_CONFIGS_SERDES_BUKKIT = "5.0.2"

const val PANDA_UTILITIES = "0.5.2-alpha"
const val GIT_CHECK = "1.0.0"
Expand All @@ -24,7 +24,7 @@ object Versions {
const val CAFFEINE = "3.1.8"

const val B_STATS_BUKKIT = "3.0.2"
const val WORLD_GUARD_BUKKIT = "7.0.9"
const val WORLD_GUARD_BUKKIT = "7.0.10"

}

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.16.0"
toolVersion = "10.17.0"

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.1.0-jre")
select("com.google.guava:guava:33.2.1-jre")
}
}
}
Expand Down
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.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down

0 comments on commit 614894d

Please sign in to comment.