Skip to content

Commit 1e982a8

Browse files
committed
Updated some more maven dependencies to latest version
1 parent 3a80b48 commit 1e982a8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

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

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
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>
@@ -271,23 +271,23 @@
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

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

0 commit comments

Comments
 (0)