Skip to content

Commit 4973aec

Browse files
authored
Merge pull request #20 from MinimallyCorrect/dependabot/gradle/junit-junit-4.13.2
Bump junit from 4.12 to 4.13.2
2 parents b74d8c2 + d843160 commit 4973aec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ minimallyCorrectDefaults {
2828
dependencies {
2929
val lombok = "org.projectlombok:lombok:1.18.18"
3030

31-
testImplementation("junit:junit:4.12")
31+
testImplementation("junit:junit:4.13.2")
3232
implementation("org.ow2.asm:asm:9.1")
3333
implementation("org.ow2.asm:asm-util:9.1")
3434
implementation("org.ow2.asm:asm-tree:9.1")

0 commit comments

Comments
 (0)