Skip to content

Commit

Permalink
Update catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
ymengesha committed Oct 9, 2023
1 parent 5014786 commit 6f8fd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 6f8fd40

Please sign in to comment.