Skip to content

Commit

Permalink
Two further updates for JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Dec 2, 2023
1 parent 2ab0822 commit 13a62d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.bridgedb.rdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.9.3</version>
<version>1.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<slf4j.version>2.0.9</slf4j.version>
<derby.version>10.15.2.0</derby.version>
<junit-platform-surefire-provider>1.3.2</junit-platform-surefire-provider>
<junit5.jupiter.version>5.10.0</junit5.jupiter.version>
<junit5.jupiter.version>5.10.1</junit5.jupiter.version>
<junit5.excludeGroups>mysql</junit5.excludeGroups>
<junit5.groups />
</properties>
Expand Down

0 comments on commit 13a62d7

Please sign in to comment.