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 12, 2024
1 parent ee444eb commit cfb904b
Show file tree
Hide file tree
Showing 2 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 @@ -32,7 +32,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew clean shadowJar
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: 'ParcelLockers (MC 1.8.8 - 1.20.x)'
path: build/libs/ParcelLockers*
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {

// metrics and sentry
implementation("org.bstats:bstats-bukkit:3.0.2")
implementation("io.sentry:sentry:7.1.0")
implementation("io.sentry:sentry:7.2.0")

// database
implementation("com.zaxxer:HikariCP:5.1.0")
Expand Down Expand Up @@ -83,7 +83,7 @@ java {
}

checkstyle {
toolVersion = "10.12.6"
toolVersion = "10.12.7"

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

Expand Down

0 comments on commit cfb904b

Please sign in to comment.