File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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:
1111 - _ org.junit.jupiter:* _ : ` 5.7.0 ` -> ` 5.7.2 `
12- - _ org.mockito:mockito-core_ : ` 3.6.28 ` -> ` 3.11.2 `
13- - _ com.fasterxml.jackson.core:jackson-databind_ : ` 2.12.0 ` -> ` 2.12.3 `
12+ - _ org.mockito:mockito-core_ : ` 3.6.28 ` -> ` 3.12.1 `
13+ - _ com.fasterxml.jackson.core:jackson-databind_ : ` 2.12.0 ` -> ` 2.12.4 `
1414 - _ org.assertj:assertj-core_ : ` 3.18.1 ` -> ` 3.20.2 `
15- - _ org.slf4j:* _ : ` 1.7.30 ` -> ` 1.7.31 `
15+ - _ org.slf4j:* _ : ` 1.7.30 ` -> ` 1.7.32 `
1616 - _ org.jacoco:jacoco-maven-plugin_ : ` 0.8.6 ` -> ` 0.8.7 `
1717 - _ org.apache.maven.plugins:maven-javadoc-plugin_ : ` 3.2.0 ` -> ` 3.3.0 `
1818
Original file line number Diff line number Diff line change 253253 <dependency >
254254 <groupId >com.fasterxml.jackson.core</groupId >
255255 <artifactId >jackson-databind</artifactId >
256- <version >2.12.3 </version >
256+ <version >2.12.4 </version >
257257 </dependency >
258258
259259 <!-- #####################################-->
304304 <dependency >
305305 <groupId >org.mockito</groupId >
306306 <artifactId >mockito-core</artifactId >
307- <version >3.11.2 </version >
307+ <version >3.12.1 </version >
308308 <scope >test</scope >
309309 </dependency >
310310
346346 <dependency >
347347 <groupId >org.slf4j</groupId >
348348 <artifactId >slf4j-api</artifactId >
349- <version >1.7.31 </version >
349+ <version >1.7.32 </version >
350350 </dependency >
351351
352352 <!-- Simple Logging Facade for Java: Binding for Simple implementation, which outputs all events to System.err. -->
353353 <dependency >
354354 <groupId >org.slf4j</groupId >
355355 <artifactId >slf4j-simple</artifactId >
356- <version >1.7.31 </version >
356+ <version >1.7.32 </version >
357357 <scope >test</scope >
358358 </dependency >
359359
You can’t perform that action at this time.
0 commit comments