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 7, 2024
1 parent 8942eaa commit 6dd27be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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*
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
dependencies {
// minecraft development api
compileOnly("org.spigotmc:spigot-api:1.20.5-R0.1-SNAPSHOT")
implementation("net.kyori:adventure-platform-bukkit:4.3.3")
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
implementation("net.kyori:adventure-text-minimessage:4.17.0")
implementation("dev.rollczi.litecommands:bukkit-adventure:2.8.9")

Expand All @@ -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 6dd27be

Please sign in to comment.