Skip to content

Commit fc814dc

Browse files
committed
Use AssertJ BOM
1 parent 2c7bb10 commit fc814dc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

java/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@
4444
<type>pom</type>
4545
<scope>import</scope>
4646
</dependency>
47+
48+
<dependency>
49+
<groupId>org.assertj</groupId>
50+
<artifactId>assertj-bom</artifactId>
51+
<version>3.27.3</version>
52+
<type>pom</type>
53+
<scope>import</scope>
54+
</dependency>
4755
</dependencies>
4856
</dependencyManagement>
4957

@@ -87,7 +95,6 @@
8795
<dependency>
8896
<groupId>org.assertj</groupId>
8997
<artifactId>assertj-core</artifactId>
90-
<version>3.27.3</version>
9198
<scope>test</scope>
9299
</dependency>
93100

0 commit comments

Comments
 (0)