Skip to content

Commit

Permalink
[#11705] Bump junit-jupiter 5.10.2 from to 5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Nov 11, 2024
1 parent f0ae70f commit 1b59896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@
<bytebuddy.version>1.12.23</bytebuddy.version>

<testcontainers.version>1.19.7</testcontainers.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>

<!-- maven-plugin -->
<plugin.compiler.version>3.11.0</plugin.compiler.version>
Expand Down Expand Up @@ -1437,7 +1438,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<version>${junit-jupiter.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 1b59896

Please sign in to comment.