Skip to content

Commit

Permalink
chore(deps): update junit5 monorepo to v5.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 8bec7e7 commit 68fe20f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ SOFTWARE.
<kafka-clients.version>3.7.0</kafka-clients.version>
<cactoos.version>0.55.0</cactoos.version>
<lombok.version>1.18.32</lombok.version>
<junit-api.version>5.10.2</junit-api.version>
<junit-params.version>5.10.2</junit-params.version>
<junit-api.version>5.10.3</junit-api.version>
<junit-params.version>5.10.3</junit-params.version>
<assert4j-core.version>3.26.0</assert4j-core.version>
<xfake.version>0.1.2</xfake.version>
<xembly.version>0.31.1</xembly.version>
Expand Down
2 changes: 1 addition & 1 deletion src/it/producer-consumer-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SOFTWARE.
<maven.compiler.source>${project.java.version}</maven.compiler.source>
<maven.compiler.target>${project.java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.10.2</junit.version>
<junit.version>5.10.3</junit.version>
<hamcrest.version>2.2</hamcrest.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
Expand Down

0 comments on commit 68fe20f

Please sign in to comment.