Skip to content

Commit 2c84724

Browse files
committed
Use AssertJ BOM
1 parent 17e1f12 commit 2c84724

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

platform/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies {
2222
api(platform("org.mockito:mockito-bom:5.16.0"))
2323
api(platform("org.testcontainers:testcontainers-bom:1.21.0"))
2424
api(platform("org.apache.logging.log4j:log4j-bom:2.24.3"))
25+
api(platform("org.assertj:assertj-bom:3.27.3"))
2526

2627
constraints {
2728
api("com.graphql-java:graphql-java:${graphQlJavaVersion}")
@@ -36,8 +37,6 @@ dependencies {
3637
api("com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:8.0.4")
3738

3839
api("com.google.code.findbugs:jsr305:3.0.2")
39-
40-
api("org.assertj:assertj-core:3.27.3")
4140
api("com.jayway.jsonpath:json-path:2.9.0")
4241
api("org.skyscreamer:jsonassert:1.5.3")
4342
api("org.awaitility:awaitility:4.3.0")

0 commit comments

Comments
 (0)