This is an automated email from the ASF dual-hosted git repository.
csierra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new 2d7b187 Bump json-unit-assertj from 2.24.0 to 2.25.0
2d7b187 is described below
commit 2d7b1876651b4aa5a38e8056708b14dad7623a72
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 16 06:17:31 2021 +0000
Bump json-unit-assertj from 2.24.0 to 2.25.0
Bumps [json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) from
2.24.0 to 2.25.0.
- [Release notes](https://github.com/lukas-krecan/JsonUnit/releases)
-
[Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-2.24.0...json-unit-parent-2.25.0)
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 780e1a0..0dec024 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
- <version>2.24.0</version>
+ <version>2.25.0</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>