We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfea7a commit 0e0ad85Copy full SHA for 0e0ad85
org.bridgedb.rdb/pom.xml
@@ -108,7 +108,7 @@
108
<dependency>
109
<groupId>org.junit.platform</groupId>
110
<artifactId>junit-platform-launcher</artifactId>
111
- <version>1.9.3</version>
+ <version>1.10.1</version>
112
<scope>test</scope>
113
</dependency>
114
pom.xml
@@ -57,7 +57,7 @@
57
<slf4j.version>2.0.9</slf4j.version>
58
<derby.version>10.15.2.0</derby.version>
59
<junit-platform-surefire-provider>1.3.2</junit-platform-surefire-provider>
60
- <junit5.jupiter.version>5.10.0</junit5.jupiter.version>
+ <junit5.jupiter.version>5.10.1</junit5.jupiter.version>
61
<junit5.excludeGroups>mysql</junit5.excludeGroups>
62
<junit5.groups />
63
</properties>
0 commit comments