File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88### Changed
99- Replaced the maven _ NOPLogger_ dependency with _ SimpleLogger_ implementation: ` org.slf4j:slf4j-nop ` -> ` org.slf4j:slf4j-simple ` .
1010- Updated multiple maven dependencies and plugins to latest version:
11- - _ org.junit.jupiter:* _ : ` 5.7.0 ` -> ` 5.7.2 `
12- - _ org.mockito:mockito-core_ : ` 3.6.28 ` -> ` 3.12.1 `
13- - _ com.fasterxml.jackson.core:jackson-databind_ : ` 2.12.0 ` -> ` 2.12.4 `
14- - _ org.assertj:assertj-core_ : ` 3.18.1 ` -> ` 3.20.2 `
11+ - _ org.junit.jupiter:* _ : ` 5.7.0 ` -> ` 5.8.1 `
12+ - _ org.mockito:mockito-core_ : ` 3.6.28 ` -> ` 4.0.0 `
13+ - _ com.fasterxml.jackson.core:jackson-databind_ : ` 2.12.0 ` -> ` 2.13.0 `
14+ - _ org.assertj:assertj-core_ : ` 3.18.1 ` -> ` 3.21.0 `
1515 - _ org.slf4j:* _ : ` 1.7.30 ` -> ` 1.7.32 `
1616 - _ org.jacoco:jacoco-maven-plugin_ : ` 0.8.6 ` -> ` 0.8.7 `
17- - _ org.apache.maven.plugins:maven-javadoc-plugin_ : ` 3.2.0 ` -> ` 3.3.0 `
17+ - _ org.apache.maven.plugins:maven-javadoc-plugin_ : ` 3.2.0 ` -> ` 3.3.1 `
1818
1919## [ 3.0.3] - 2021-01-01
2020### Added
Original file line number Diff line number Diff line change 121121 <plugin >
122122 <groupId >org.apache.maven.plugins</groupId >
123123 <artifactId >maven-javadoc-plugin</artifactId >
124- <version >3.3.0 </version >
124+ <version >3.3.1 </version >
125125 <executions >
126126 <execution >
127127 <id >attach-javadocs</id >
253253 <dependency >
254254 <groupId >com.fasterxml.jackson.core</groupId >
255255 <artifactId >jackson-databind</artifactId >
256- <version >2.12.4 </version >
256+ <version >2.13.0 </version >
257257 </dependency >
258258
259259 <!-- #####################################-->
288288 <dependency >
289289 <groupId >org.junit.jupiter</groupId >
290290 <artifactId >junit-jupiter-engine</artifactId >
291- <version >5.7.2 </version >
291+ <version >5.8.1 </version >
292292 <scope >test</scope >
293293 </dependency >
294294
295295 <!-- JUnit 5: parameterized tests -->
296296 <dependency >
297297 <groupId >org.junit.jupiter</groupId >
298298 <artifactId >junit-jupiter-params</artifactId >
299- <version >5.7.2 </version >
299+ <version >5.8.1 </version >
300300 <scope >test</scope >
301301 </dependency >
302302
303303 <!-- Mockito 3.x -->
304304 <dependency >
305305 <groupId >org.mockito</groupId >
306306 <artifactId >mockito-core</artifactId >
307- <version >3.12.1 </version >
307+ <version >4.0.0 </version >
308308 <scope >test</scope >
309309 </dependency >
310310
334334 <dependency >
335335 <groupId >org.assertj</groupId >
336336 <artifactId >assertj-core</artifactId >
337- <version >3.20.2 </version >
337+ <version >3.21.0 </version >
338338 <scope >test</scope >
339339 </dependency >
340340
You can’t perform that action at this time.
0 commit comments