diff --git a/build.gradle b/build.gradle index 7bf97a9..d45dc28 100644 --- a/build.gradle +++ b/build.gradle @@ -14,8 +14,8 @@ repositories { } dependencies { - 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' + 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.1', 'org.junit.platform:junit-platform-launcher' implementation 'dev.personnummer:personnummer:3.5.0' }