diff --git a/build.gradle b/build.gradle index 0e1697c..3a8774b 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.5' // Test - testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3' + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.23.0' testCompileOnly 'org.projectlombok:lombok:1.18.46'