Skip to content

Commit ae59473

Browse files
Update dependency org.assertj:assertj-bom to v3.27.7
1 parent 0f35fdc commit ae59473

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

calculator-java-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.assertj</groupId>
3434
<artifactId>assertj-bom</artifactId>
35-
<version>3.27.6</version>
35+
<version>3.27.7</version>
3636
<type>pom</type>
3737
<scope>import</scope>
3838
</dependency>

calculator-java-junit-jupiter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.assertj</groupId>
4242
<artifactId>assertj-bom</artifactId>
43-
<version>3.27.6</version>
43+
<version>3.27.7</version>
4444
<type>pom</type>
4545
<scope>import</scope>
4646
</dependency>

calculator-java8-junit-jupiter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.assertj</groupId>
4141
<artifactId>assertj-bom</artifactId>
42-
<version>3.27.6</version>
42+
<version>3.27.7</version>
4343
<type>pom</type>
4444
<scope>import</scope>
4545
</dependency>

0 commit comments

Comments
 (0)