Skip to content

Commit a5a68f0

Browse files
Merge pull request #79 from organisationsnummer/renovate/junit-framework-monorepo
fix(deps): update junit-framework monorepo to v5.14.1
2 parents d5bba1b + ae7facd commit a5a68f0

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.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'
17+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.1', 'org.junit.jupiter:junit-jupiter-params:5.14.1', 'org.json:json:20250517'
18+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.1', 'org.junit.platform:junit-platform-launcher'
1919

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

0 commit comments

Comments
 (0)