Skip to content

Commit 06e93e6

Browse files
Update dependency org.junit.jupiter:junit-jupiter to v5.12.1 (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b21faae commit 06e93e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation("org.postgresql", "postgresql", "42.7.5")
1919
implementation("com.zaxxer", "HikariCP", "6.2.1")
2020

21-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
21+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
2222
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")
2323
}
2424

0 commit comments

Comments
 (0)