Skip to content

Commit 8593824

Browse files
Merge pull request #44 from kousen/dependabot/gradle/org.junit.jupiter-junit-jupiter-5.12.0
2 parents 28bb37c + 79fe539 commit 8593824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
testImplementation('org.junit.jupiter:junit-jupiter:5.11.4')
17+
testImplementation('org.junit.jupiter:junit-jupiter:5.12.0')
1818
testImplementation 'org.assertj:assertj-core:3.27.3'
1919

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

0 commit comments

Comments
 (0)