Skip to content

Commit 0e0ad85

Browse files
committed
Two further updates for JUnit
1 parent fcfea7a commit 0e0ad85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

org.bridgedb.rdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>org.junit.platform</groupId>
110110
<artifactId>junit-platform-launcher</artifactId>
111-
<version>1.9.3</version>
111+
<version>1.10.1</version>
112112
<scope>test</scope>
113113
</dependency>
114114
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<slf4j.version>2.0.9</slf4j.version>
5858
<derby.version>10.15.2.0</derby.version>
5959
<junit-platform-surefire-provider>1.3.2</junit-platform-surefire-provider>
60-
<junit5.jupiter.version>5.10.0</junit5.jupiter.version>
60+
<junit5.jupiter.version>5.10.1</junit5.jupiter.version>
6161
<junit5.excludeGroups>mysql</junit5.excludeGroups>
6262
<junit5.groups />
6363
</properties>

0 commit comments

Comments
 (0)