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 4, 2024
1 parent 8153ba5 commit 7d9adc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@982da8e78c05368c70dac0351bb82647a9e9a5d2
uses: gradle/gradle-build-action@32bab5b15a50e1b08ae1565fc18471b42da9665b
with:
arguments: shadowJar
- name: Upload a Build Artifact
Expand Down
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.1.1"

checkstyle {
toolVersion = "10.12.5"
toolVersion = "10.12.7"

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 7d9adc1

Please sign in to comment.