File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 7979 <dependency >
8080 <groupId >org.junit.jupiter</groupId >
8181 <artifactId >junit-jupiter-api</artifactId >
82- <version >5.9.0</version >
8382 <scope >test</scope >
8483 </dependency >
8584
8685 <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
8786 <dependency >
8887 <groupId >org.junit.jupiter</groupId >
8988 <artifactId >junit-jupiter-engine</artifactId >
90- <version >5.9.0</version >
9189 <scope >test</scope >
9290 </dependency >
9391
9492 <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params -->
9593 <dependency >
9694 <groupId >org.junit.jupiter</groupId >
9795 <artifactId >junit-jupiter-params</artifactId >
98- <version >5.9.0</version >
9996 <scope >test</scope >
10097 </dependency >
10198
Original file line number Diff line number Diff line change 103103 <module >client</module >
104104 </modules >
105105
106+ <dependencyManagement >
107+ <dependencies >
108+ <dependency >
109+ <groupId >org.junit</groupId >
110+ <artifactId >junit-bom</artifactId >
111+ <version >5.10.2</version >
112+ <type >pom</type >
113+ <scope >import</scope >
114+ </dependency >
115+ </dependencies >
116+ </dependencyManagement >
117+
106118 <dependencies >
107119 <dependency >
108120 <groupId >io.netty</groupId >
You can’t perform that action at this time.
0 commit comments