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 Aug 6, 2024
1 parent 8942eaa commit 3566d6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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/[email protected].4
uses: actions/[email protected].6
with:
name: 'ParcelLockers (MC 1.8.8 - 1.20.x)'
path: build/libs/ParcelLockers*
6 changes: 3 additions & 3 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.12.0")
implementation("io.sentry:sentry:7.13.0")

// database
implementation("com.zaxxer:HikariCP:5.1.0")
Expand All @@ -73,8 +73,8 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")

testImplementation("org.testcontainers:junit-jupiter:1.20.0")
testImplementation("org.testcontainers:mysql:1.20.0")
testImplementation("org.testcontainers:junit-jupiter:1.20.1")
testImplementation("org.testcontainers:mysql:1.20.1")
testImplementation("mysql:mysql-connector-java:8.0.33")
}

Expand Down

0 comments on commit 3566d6d

Please sign in to comment.