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 d5bba1b + ae7facd commit a5a68f0Copy full SHA for a5a68f0
build.gradle
@@ -14,8 +14,8 @@ repositories {
14
}
15
16
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'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.1', 'org.junit.jupiter:junit-jupiter-params:5.14.1', 'org.json:json:20250517'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.1', 'org.junit.platform:junit-platform-launcher'
19
20
implementation 'dev.personnummer:personnummer:3.5.0'
21
0 commit comments