File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 79
79
<dependency >
80
80
<groupId >org.junit.jupiter</groupId >
81
81
<artifactId >junit-jupiter-api</artifactId >
82
- <version >5.9.0</version >
83
82
<scope >test</scope >
84
83
</dependency >
85
84
86
85
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
87
86
<dependency >
88
87
<groupId >org.junit.jupiter</groupId >
89
88
<artifactId >junit-jupiter-engine</artifactId >
90
- <version >5.9.0</version >
91
89
<scope >test</scope >
92
90
</dependency >
93
91
94
92
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params -->
95
93
<dependency >
96
94
<groupId >org.junit.jupiter</groupId >
97
95
<artifactId >junit-jupiter-params</artifactId >
98
- <version >5.9.0</version >
99
96
<scope >test</scope >
100
97
</dependency >
101
98
Original file line number Diff line number Diff line change 103
103
<module >client</module >
104
104
</modules >
105
105
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
+
106
118
<dependencies >
107
119
<dependency >
108
120
<groupId >io.netty</groupId >
You can’t perform that action at this time.
0 commit comments