diff --git a/build.gradle b/build.gradle index 65e3eb0..7bf97a9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,8 +14,8 @@ repositories { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0', 'org.junit.jupiter:junit-jupiter-params:5.14.0', 'org.json:json:20250517' - 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' implementation 'dev.personnummer:personnummer:3.5.0' }