Skip to content

Commit

Permalink
testcontainers-bom is now managed by spring-boot-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeens committed Nov 22, 2023
1 parent f69a8cb commit 2c79548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
group=com.contentgrid.opa-java-client

springBootVersion=3.1.5
lombokVersion=1.18.30
testContainersVersion=1.19.3
lombokVersion=1.18.30
2 changes: 1 addition & 1 deletion opa-async-java-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testCompileOnly "org.projectlombok:lombok:${lombokVersion}"
testAnnotationProcessor "org.projectlombok:lombok:${lombokVersion}"

testImplementation "org.testcontainers:junit-jupiter:${testContainersVersion}"
testImplementation "org.testcontainers:junit-jupiter"
testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api"

Expand Down

0 comments on commit 2c79548

Please sign in to comment.