Skip to content

Commit

Permalink
Bump Junit5 to 5.11.4 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke authored Jan 8, 2025
1 parent 69c4961 commit 2196965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions coherence-hibernate-cache-6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit5.version}</version>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@
<checker-qual.version>3.48.0</checker-qual.version>
<coherence.groupId>com.oracle.coherence.ce</coherence.groupId>
<coherence.version>24.09</coherence.version>
<hibernate6.version>6.6.1.Final</hibernate6.version>
<hibernate6.version>6.6.4.Final</hibernate6.version>
<hibernate53.version>5.6.15.Final</hibernate53.version>
<hsqldb.version>2.7.3</hsqldb.version>
<junit.version>4.13.2</junit.version>
<junit5.version>5.10.1</junit5.version>
<junit5.version>5.10.5</junit5.version>
<junit-platform-launcher.version>1.11.4</junit-platform-launcher.version>
<logback.version>1.5.8</logback.version>
<mockito.version>5.14.1</mockito.version>
Expand Down

0 comments on commit 2196965

Please sign in to comment.