Skip to content

Commit

Permalink
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10…
Browse files Browse the repository at this point in the history
….2 (#955)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 4, 2024
1 parent 4f7d904 commit 0ce43e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
api("io.papermc.paper:paper-api:${property("paper.api.full-version")}")

// Dependencies for Unit Tests
implementation("org.junit.jupiter:junit-jupiter:5.10.1")
implementation("org.junit.jupiter:junit-jupiter:5.10.2")

// General utilities for the project
implementation("net.kyori:adventure-platform-bungeecord:4.3.2")
Expand Down

0 comments on commit 0ce43e8

Please sign in to comment.