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-plugin-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 292116ee Bump assertj-core from 3.22.0 to 3.23.1
292116ee is described below
commit 292116ee299cadcf7e05c92d72bb3f853de3fe94
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 1 13:49:00 2022 +0000
Bump assertj-core from 3.22.0 to 3.23.1
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.22.0
to 3.23.1.
- [Release notes](https://github.com/assertj/assertj-core/releases)
-
[Commits](https://github.com/assertj/assertj-core/compare/assertj-core-3.22.0...assertj-core-3.23.1)
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-type: direct:production
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 6c2a2997..9baec63d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.22.0</version>
+ <version>3.23.1</version>
<scope>test</scope>
</dependency>
<dependency>