Skip to content

Commit 5c59bef

Browse files
Merge pull request #75 from organisationsnummer/renovate/junit-framework-monorepo
fix(deps): update junit-framework monorepo to v5.14.0
2 parents 321ed0d + 6861315 commit 5c59bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repositories {
1414
}
1515

1616
dependencies {
17-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4', 'org.junit.jupiter:junit-jupiter-params:5.13.4', 'org.json:json:20250517'
18-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4', 'org.junit.platform:junit-platform-launcher'
17+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0', 'org.junit.jupiter:junit-jupiter-params:5.14.0', 'org.json:json:20250517'
18+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.0', 'org.junit.platform:junit-platform-launcher'
1919

2020
implementation 'dev.personnummer:personnummer:3.5.0'
2121
}

0 commit comments

Comments
 (0)