Skip to content

Commit

Permalink
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 83b4098 commit c5f2c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coursera-algorithms-part-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<java.version>21</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<junit-platform.version>5.11.0</junit-platform.version>
<junit-platform.version>5.11.2</junit-platform.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion coursera-pcdp-parallel-concurrent-distributed-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<pcdp.version>0.0.4-SNAPSHOT</pcdp.version>
<junit.version>5.11.0</junit.version>
<junit.version>5.11.2</junit.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit c5f2c0c

Please sign in to comment.