File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ repositories {
1212}
1313
1414dependencies {
15- testImplementation ' org.junit.jupiter:junit-jupiter:[5.11.0 ,)'
16- testImplementation ' org.hamcrest:hamcrest-core:[2.2 ,)'
15+ testImplementation ' org.junit.jupiter:junit-jupiter:[5.11.3 ,)'
16+ testImplementation ' org.hamcrest:hamcrest-core:[3.0 ,)'
1717 testImplementation ' org.zapodot:embedded-db-junit-jupiter:[2.2.0,)'
18- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:[1.11.0 ,)'
18+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:[1.11.3 ,)'
1919}
2020
2121test {
Original file line number Diff line number Diff line change 6161 <dependency >
6262 <groupId >org.junit.jupiter</groupId >
6363 <artifactId >junit-jupiter-engine</artifactId >
64- <version >[5.11.0 ,)</version >
64+ <version >[5.11.3 ,)</version >
6565 </dependency >
6666 </dependencies >
6767 </plugin >
149149 <dependency >
150150 <groupId >org.junit.jupiter</groupId >
151151 <artifactId >junit-jupiter-api</artifactId >
152- <version >[5.11.0 ,)</version >
152+ <version >[5.11.3 ,)</version >
153153 <scope >test</scope >
154154 </dependency >
155155 <dependency >
156156 <groupId >org.junit.jupiter</groupId >
157157 <artifactId >junit-jupiter-engine</artifactId >
158- <version >[5.11.0 ,)</version >
158+ <version >[5.11.3 ,)</version >
159159 <scope >test</scope >
160160 </dependency >
161161 <dependency >
162162 <groupId >org.hamcrest</groupId >
163163 <artifactId >hamcrest-core</artifactId >
164- <version >[2.2 ,)</version >
164+ <version >[3.0 ,)</version >
165165 <scope >test</scope >
166166 </dependency >
167167 <dependency >
Original file line number Diff line number Diff line change 6161 <dependency >
6262 <groupId >org.junit.jupiter</groupId >
6363 <artifactId >junit-jupiter-engine</artifactId >
64- <version >[5.11.0 ,)</version >
64+ <version >[5.11.3 ,)</version >
6565 </dependency >
6666 </dependencies >
6767 </plugin >
155155 <dependency >
156156 <groupId >org.junit.jupiter</groupId >
157157 <artifactId >junit-jupiter-api</artifactId >
158- <version >[5.11.0 ,)</version >
158+ <version >[5.11.3 ,)</version >
159159 <scope >test</scope >
160160 </dependency >
161161 <dependency >
162162 <groupId >org.junit.jupiter</groupId >
163163 <artifactId >junit-jupiter-engine</artifactId >
164- <version >[5.11.0 ,)</version >
164+ <version >[5.11.3 ,)</version >
165165 <scope >test</scope >
166166 </dependency >
167167 <dependency >
168168 <groupId >org.hamcrest</groupId >
169169 <artifactId >hamcrest-core</artifactId >
170- <version >[2.2 ,)</version >
170+ <version >[3.0 ,)</version >
171171 <scope >test</scope >
172172 </dependency >
173173 <dependency >
Original file line number Diff line number Diff line change 6060 <dependency >
6161 <groupId >org.junit.jupiter</groupId >
6262 <artifactId >junit-jupiter-engine</artifactId >
63- <version >[5.11.0 ,)</version >
63+ <version >[5.11.3 ,)</version >
6464 </dependency >
6565 </dependencies >
6666 </plugin >
172172 <dependency >
173173 <groupId >org.junit.jupiter</groupId >
174174 <artifactId >junit-jupiter-api</artifactId >
175- <version >[5.11.0 ,)</version >
175+ <version >[5.11.3 ,)</version >
176176 <scope >test</scope >
177177 </dependency >
178178 <dependency >
179179 <groupId >org.junit.jupiter</groupId >
180180 <artifactId >junit-jupiter-engine</artifactId >
181- <version >[5.11.0 ,)</version >
181+ <version >[5.11.3 ,)</version >
182182 <scope >test</scope >
183183 </dependency >
184184 <dependency >
185185 <groupId >org.hamcrest</groupId >
186186 <artifactId >hamcrest-core</artifactId >
187- <version >[2.2 ,)</version >
187+ <version >[3.0 ,)</version >
188188 <scope >test</scope >
189189 </dependency >
190190 <dependency >
You can’t perform that action at this time.
0 commit comments