This is an automated email from the ASF dual-hosted git repository.
rotty3000 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 6b3e3f1 update jsonunit 2.34.0
6b3e3f1 is described below
commit 6b3e3f1a5a081e741deef3a3890f5cc7a44ff659
Author: Raymond Augé <[email protected]>
AuthorDate: Wed Apr 13 15:48:46 2022 -0400
update jsonunit 2.34.0
Signed-off-by: Raymond Auge <[email protected]>
---
integrations/rest-management/rest-management-itest/itest.bndrun | 6 +++---
pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/integrations/rest-management/rest-management-itest/itest.bndrun
b/integrations/rest-management/rest-management-itest/itest.bndrun
index 721a99a..259abdf 100644
--- a/integrations/rest-management/rest-management-itest/itest.bndrun
+++ b/integrations/rest-management/rest-management-itest/itest.bndrun
@@ -90,9 +90,9 @@ java.9.plus.reqs: \
junit-platform-commons;version='[1.8.2,1.8.3)',\
junit-platform-engine;version='[1.8.2,1.8.3)',\
junit-platform-launcher;version='[1.8.2,1.8.3)',\
- net.javacrumbs.json-unit.json-unit-assertj;version='[2.28.0,2.28.1)',\
- net.javacrumbs.json-unit.json-unit-core;version='[2.28.0,2.28.1)',\
- net.javacrumbs.json-unit.json-unit-json-path;version='[2.28.0,2.28.1)',\
+ net.javacrumbs.json-unit.json-unit-assertj;version='[2.34.0,2.34.1)',\
+ net.javacrumbs.json-unit.json-unit-core;version='[2.34.0,2.34.1)',\
+ net.javacrumbs.json-unit.json-unit-json-path;version='[2.34.0,2.34.1)',\
net.minidev.accessors-smart;version='[1.2.0,1.2.1)',\
net.minidev.json-smart;version='[2.3.0,2.3.1)',\
org.apache.aries.component-dsl.component-dsl;version='[1.2.2,1.2.3)',\
diff --git a/pom.xml b/pom.xml
index a640732..42eb1e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
<jaxb.version>2.3.3</jaxb.version>
<jaxws.version>2.3.3</jaxws.version>
<jettison.version>1.4.1</jettison.version>
- <json.unit.assertj.version>2.28.0</json.unit.assertj.version>
+ <json.unit.assertj.version>2.34.0</json.unit.assertj.version>
<junit.version>4.13.2</junit.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<junit.platform.version>1.8.2</junit.platform.version>