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.
1 parent 3538e04 commit 6560b4dCopy full SHA for 6560b4d
build.gradle
@@ -14,8 +14,8 @@ repositories {
14
}
15
16
dependencies {
17
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.2', 'org.junit.jupiter:junit-jupiter-params:5.14.2', 'org.json:json:20250517'
18
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.2', 'org.junit.platform:junit-platform-launcher'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2', 'org.junit.jupiter:junit-jupiter-params:6.0.2', 'org.json:json:20250517'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.2', 'org.junit.platform:junit-platform-launcher'
19
20
implementation 'dev.personnummer:personnummer:3.5.0'
21
0 commit comments