Skip to content

Commit

Permalink
chore(deps): update junit5 monorepo to v5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 892353e commit 499ac04
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.8.0</kafka-clients.version>
<cactoos.version>0.55.0</cactoos.version>
<lombok.version>1.18.34</lombok.version>
<junit-api.version>5.11.0</junit-api.version>
<junit-params.version>5.11.0</junit-params.version>
<junit-api.version>5.11.2</junit-api.version>
<junit-params.version>5.11.2</junit-params.version>
<assert4j-core.version>3.26.3</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.11.0</junit.version>
<junit.version>5.11.2</junit.version>
<hamcrest.version>3.0</hamcrest.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
Expand Down

0 comments on commit 499ac04

Please sign in to comment.