File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88### Changed
99- Updated multiple maven dependencies to latest version:
10- - _ org.mockito:mockito-core_ : ` 3.4.6 ` -> ` 3.5.10 `
11- - _ org.assertj:assertj-core_ : ` 3.16.1 ` -> ` 3.17.1 `
10+ - _ org.junit.jupiter:* _ : ` 5.6.2 ` -> ` 5.7.0 `
11+ - _ org.mockito:mockito-core_ : ` 3.4.6 ` -> ` 3.5.13 `
12+ - _ org.assertj:assertj-core_ : ` 3.16.1 ` -> ` 3.17.2 `
1213
1314## [ 3.0.1] - 2020-08-29
1415### Changed
Original file line number Diff line number Diff line change 146146 <plugin >
147147 <groupId >org.jacoco</groupId >
148148 <artifactId >jacoco-maven-plugin</artifactId >
149- <version >0.8.5 </version >
149+ <version >0.8.6 </version >
150150 <executions >
151151 <execution >
152152 <id >coverage-initialize</id >
271271 <dependency >
272272 <groupId >org.junit.jupiter</groupId >
273273 <artifactId >junit-jupiter-engine</artifactId >
274- <version >5.6.2 </version >
274+ <version >5.7.0 </version >
275275 <scope >test</scope >
276276 </dependency >
277277
278278 <!-- JUnit 5: parameterized tests -->
279279 <dependency >
280280 <groupId >org.junit.jupiter</groupId >
281281 <artifactId >junit-jupiter-params</artifactId >
282- <version >5.6.2 </version >
282+ <version >5.7.0 </version >
283283 <scope >test</scope >
284284 </dependency >
285285
286286 <!-- Mockito 3.x -->
287287 <dependency >
288288 <groupId >org.mockito</groupId >
289289 <artifactId >mockito-core</artifactId >
290- <version >3.5.10 </version >
290+ <version >3.5.13 </version >
291291 <scope >test</scope >
292292 </dependency >
293293
317317 <dependency >
318318 <groupId >org.assertj</groupId >
319319 <artifactId >assertj-core</artifactId >
320- <version >3.17.1 </version >
320+ <version >3.17.2 </version >
321321 <scope >test</scope >
322322 </dependency >
323323
You can’t perform that action at this time.
0 commit comments