Skip to content

Commit

Permalink
GH-105 Update all dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent cd2b601 commit 1870b93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew clean shadowJar
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: 'ParcelLockers (MC 1.8.8 - 1.20.x)'
path: build/libs/ParcelLockers*
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
checkstyle
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
id("xyz.jpenilla.run-paper") version "2.3.1"
id("com.gradleup.shadow") version "8.3.0"
id("com.gradleup.shadow") version "8.3.2"
}

group = "com.eternalcode"
Expand All @@ -30,8 +30,8 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
implementation("net.kyori:adventure-text-minimessage:4.17.0")
implementation("dev.rollczi:litecommands-bukkit:3.1.0")
implementation("dev.rollczi:litecommands-adventure:3.1.0")
implementation("dev.rollczi:litecommands-bukkit:3.5.0")
implementation("dev.rollczi:litecommands-adventure:3.5.0")

// skull api
implementation("dev.rollczi:liteskullapi:1.3.0")
Expand Down Expand Up @@ -94,7 +94,7 @@ java {
}

checkstyle {
toolVersion = "10.18.0"
toolVersion = "10.18.1"

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

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.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 1870b93

Please sign in to comment.