diff --git a/build.gradle b/build.gradle index 03cfc29..fc7febc 100644 --- a/build.gradle +++ b/build.gradle @@ -24,9 +24,9 @@ configurations { } dependencies { - 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 platform('org.junit:junit-bom:6.1.1') + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.1' + testImplementation 'org.junit.platform:junit-platform-launcher:6.1.1' testImplementation 'org.mockito:mockito-core:5.23.0' mockitoAgent('org.mockito:mockito-core:5.23.0') { transitive = false