diff --git a/build.gradle b/build.gradle index a507dec..03cfc29 100644 --- a/build.gradle +++ b/build.gradle @@ -24,8 +24,8 @@ configurations { } dependencies { - testImplementation platform('org.junit:junit-bom:6.0.3') - testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3' + testImplementation platform('org.junit:junit-bom:6.1.0') + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0' testImplementation 'org.junit.platform:junit-platform-launcher:6.1.0' testImplementation 'org.mockito:mockito-core:5.23.0' mockitoAgent('org.mockito:mockito-core:5.23.0') {