diff --git a/build.gradle b/build.gradle index 1dbdff7..c60dcc7 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'signing' id 'idea' id "org.sonarqube" version "6.0.1.5171" - id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.9" + id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.10" id 'io.codearte.nexus-staging' version '0.30.0' } @@ -27,7 +27,7 @@ repositories { } dependencies { - api platform('org.junit:junit-bom:5.11.4') + api platform('org.junit:junit-bom:5.12.0') api 'org.junit.jupiter:junit-jupiter-api' api 'org.junit.jupiter:junit-jupiter-params' @@ -39,8 +39,8 @@ dependencies { // library needs to bring their own version (probably this) testImplementation 'org.eclipse.parsson:parsson:1.1.7' testImplementation 'org.junit.jupiter:junit-jupiter-engine' - testImplementation 'org.assertj:assertj-core:3.27.0' - testImplementation 'org.mockito:mockito-core:5.14.2' + testImplementation 'org.assertj:assertj-core:3.27.3' + testImplementation 'org.mockito:mockito-core:5.16.0' } test {