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 a75248c commit ae12ebeCopy full SHA for ae12ebe
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:6.0.0', 'org.junit.jupiter:junit-jupiter-params:6.0.0', 'org.json:json:20250517'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0', 'org.junit.platform:junit-platform-launcher'
19
20
implementation 'dev.personnummer:personnummer:3.5.0'
21
0 commit comments