You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/18 05:56:09 UTC

[camel] branch main updated: Upgrade json-unit 3.0.0

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b86813cf478 Upgrade json-unit 3.0.0
b86813cf478 is described below

commit b86813cf478e701890114f05463b77051101b45b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jul 18 07:40:42 2023 +0200

    Upgrade json-unit 3.0.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 87dd50aacd3..8b774c22275 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -296,7 +296,7 @@
         <json-patch-version>1.13</json-patch-version>
         <jsonata4java-version>2.4.3</jsonata4java-version>
         <json-schema-validator-version>2.2.14</json-schema-validator-version>
-        <json-unit-version>2.32.0</json-unit-version>
+        <json-unit-version>3.0.0</json-unit-version>
         <jsoup-version>1.16.1</jsoup-version>
         <jt400-version>20.0.0</jt400-version>
         <junit-toolbox-version>2.4</junit-toolbox-version>