Skip to content

Commit 3a80b48

Browse files
committed
Updated multiple maven dependencies to latest version
1 parent 6f58f4d commit 3a80b48

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed
9+
- 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`
812

913
## [3.0.1] - 2020-08-29
1014
### Changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
</executions>
190190
</plugin>
191191
<plugin>
192+
<groupId>org.apache.maven.plugins</groupId>
192193
<artifactId>maven-assembly-plugin</artifactId>
193194
<version>3.3.0</version>
194195
<configuration>
@@ -286,7 +287,7 @@
286287
<dependency>
287288
<groupId>org.mockito</groupId>
288289
<artifactId>mockito-core</artifactId>
289-
<version>3.4.6</version>
290+
<version>3.5.10</version>
290291
<scope>test</scope>
291292
</dependency>
292293

@@ -316,7 +317,7 @@
316317
<dependency>
317318
<groupId>org.assertj</groupId>
318319
<artifactId>assertj-core</artifactId>
319-
<version>3.16.1</version>
320+
<version>3.17.1</version>
320321
<scope>test</scope>
321322
</dependency>
322323

0 commit comments

Comments
 (0)