Skip to content

Commit 5cd32a9

Browse files
committed
Bumped several maven dependencies and plugins to latest version
1 parent 92c0040 commit 5cd32a9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
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>
@@ -253,7 +253,7 @@
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
<!--#####################################-->
@@ -288,23 +288,23 @@
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

@@ -334,7 +334,7 @@
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

0 commit comments

Comments
 (0)