Skip to content

Commit

Permalink
fix: Bump junit-bom to 5.11.0-M2 to resolve commons-parent
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
  • Loading branch information
eamansour committed Nov 29, 2024
1 parent 914eaa4 commit ee60be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion full/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.2.0</version>
<version>5.11.0-M2</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion mvp/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.2.0</version>
<version>5.11.0-M2</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down

0 comments on commit ee60be6

Please sign in to comment.