You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2021/04/06 09:33:22 UTC

[camel] branch camel-3.7.x updated: Updating Json-Smart to 2.4.2

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

coheigea pushed a commit to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.7.x by this push:
     new c2313a8  Updating Json-Smart to 2.4.2
c2313a8 is described below

commit c2313a8c4ac01d25f51b939d3987f550d7252cbc
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Apr 6 10:32:32 2021 +0100

    Updating Json-Smart to 2.4.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index eb29f31..5209335 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -341,7 +341,7 @@
         <jsonassert-version>1.5.0</jsonassert-version>
         <json-path-version>2.4.0</json-path-version>
         <json-simple-version>1.1.1</json-simple-version>
-        <json-smart-version>2.3</json-smart-version>
+        <json-smart-version>2.4.2</json-smart-version>
         <jsonata4java-version>1.4.8</jsonata4java-version>
         <jsoup-version>1.13.1</jsoup-version>
         <jt400-version>10.4</jt400-version>