Skip to content

Commit

Permalink
Merge pull request #253 from ihrasko/19.x-JUnit-5.11.2
Browse files Browse the repository at this point in the history
Bump JUnit to 5.11.2
  • Loading branch information
ihrasko authored Oct 28, 2024
2 parents be675f0 + 6511cd4 commit 022433c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/parents/examples-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.3</version>
<version>5.11.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.3</version>
<version>5.11.2</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
Expand Down

0 comments on commit 022433c

Please sign in to comment.