Skip to content

Commit 19aeba2

Browse files
authored
Merge pull request #47 from nebhale/dependabot/gradle/org.junit.jupiter-junit-jupiter-5.12.2
Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2
2 parents 661839b + 5f4c606 commit 19aeba2

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
@@ -10,7 +10,7 @@ dependencies {
1010

1111
testImplementation("org.assertj:assertj-core:3.27.3")
1212
testImplementation("org.jetbrains:annotations:26.0.2")
13-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
13+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
1414
testImplementation("org.postgresql:postgresql:42.7.5")
1515

1616
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)