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 Jan 29, 2024
1 parent 383c405 commit 5f1c143
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Cache Gradle
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
path: ~/.gradle/caches
key: >-
Expand All @@ -33,11 +33,11 @@ jobs:
- name: Make gradlew executable
run: chmod +x gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2
uses: gradle/gradle-build-action@d4bd442194a6478e8ac205108cae29e76bf9b787
with:
arguments: shadowJar
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.3.0
with:
name: 'Successfully build EternalCombat'
path: eternalcombat-plugin/build/libs/*.jar
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcombat.java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group = "com.eternalcode"
version = "1.2.1-SNAPSHOT"

checkstyle {
toolVersion = "10.12.5"
toolVersion = "10.13.0"

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pandaUtilities = "0.5.2-alpha"
gitCheck = "1.0.0"
apacheCommons = "2.15.1"

caffeine = "3.0.4"
caffeine = "3.1.8"

bStatsBukkit = "3.0.2"
worldGuardBukkit = "7.0.9"
Expand Down

0 comments on commit 5f1c143

Please sign in to comment.