This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 3c3c9d3 Bump assertj-core from 3.19.0 to 3.20.2
3c3c9d3 is described below
commit 3c3c9d300ece33d8ca600b6749de523207a7f8d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 21 04:05:30 2021 +0000
Bump assertj-core from 3.19.0 to 3.20.2
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.19.0
to 3.20.2.
- [Release notes](https://github.com/assertj/assertj-core/releases)
-
[Commits](https://github.com/assertj/assertj-core/compare/assertj-core-3.19.0...assertj-core-3.20.2)
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f414523..cf05dad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.19.0</version>
+ <version>3.20.2</version>
<scope>test</scope>
</dependency>
<dependency>