diff --git a/build.gradle.kts b/build.gradle.kts index 326d40f32..d9dc7156e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -263,7 +263,7 @@ val integrationTestRuntimeOnly: Configuration by configurations.getting { } dependencies { - integrationTestImplementation(libs.hivemq.testcontainer.junit) + integrationTestImplementation(libs.hivemq.testcontainer.junit5) integrationTestImplementation(libs.testcontainers) integrationTestImplementation(libs.awaitility) } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cfcbaaf80..dad04eae8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -85,6 +85,5 @@ jib = { id = "com.google.cloud.tools.jib", version = "3.3.2" } launch4j = { id = "edu.sc.seis.launch4j", version = "3.0.4" } license = { id = "com.github.hierynomus.license", version = "0.16.1" } nebula-ospackage = { id = "com.netflix.nebula.ospackage", version = "11.4.0" } -# >= 5.0.0 break the tasks -openapi-generator = { id = "org.openapi.generator", version = "4.3.1" } +openapi-generator = { id = "org.openapi.generator", version = "4.3.1" } # >= 5.0.0 breaks the tasks shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }