Skip to content

Commit

Permalink
fix(deps): update junit5 monorepo from v5.11.3 to v5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent a7dba23 commit 2fd1f3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<kotlin-atomic.version>0.26.1</kotlin-atomic.version>

<junit5.version>5.11.3</junit5.version>
<junit5.version>5.11.4</junit5.version>
<assertj.version>3.26.3</assertj.version>
<mockk.version>1.13.13</mockk.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion generator/openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<maven.licence.plugin.version>4.6</maven.licence.plugin.version>

<!-- Library Versions -->
<junit5.version>5.11.3</junit5.version>
<junit5.version>5.11.4</junit5.version>

<!-- Ktlint Configurationds -->
<ktlint.skip>false</ktlint.skip>
Expand Down
2 changes: 1 addition & 1 deletion sdk-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.3</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2fd1f3e

Please sign in to comment.