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 a5a68f0 commit f9536d3Copy full SHA for f9536d3
build.gradle
@@ -14,8 +14,8 @@ repositories {
14
}
15
16
dependencies {
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'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1', 'org.junit.jupiter:junit-jupiter-params:6.0.1', '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