We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 321ed0d + 6861315 commit 5c59befCopy full SHA for 5c59bef
build.gradle
@@ -14,8 +14,8 @@ repositories {
14
}
15
16
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'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0', 'org.junit.jupiter:junit-jupiter-params:5.14.0', 'org.json:json:20250517'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.0', 'org.junit.platform:junit-platform-launcher'
19
20
implementation 'dev.personnummer:personnummer:3.5.0'
21
0 commit comments