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 2024/03/22 07:12:29 UTC

(camel) branch main updated: Bump net.minidev:json-smart from 2.5.0 to 2.5.1 (#13582)

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 5aa0f70d098 Bump net.minidev:json-smart from 2.5.0 to 2.5.1 (#13582)
5aa0f70d098 is described below

commit 5aa0f70d09804bb7c60d002b4ca3f1f47a15caa5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 22 08:12:22 2024 +0100

    Bump net.minidev:json-smart from 2.5.0 to 2.5.1 (#13582)
    
    Bumps [net.minidev:json-smart](https://github.com/netplex/json-smart-v2) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/netplex/json-smart-v2/releases)
    - [Commits](https://github.com/netplex/json-smart-v2/compare/2.5.0...2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: net.minidev:json-smart
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b899ff586e9..c04224ed2c6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -291,7 +291,7 @@
         <jsonassert-version>1.5.1</jsonassert-version>
         <json-path-version>2.9.0</json-path-version>
         <json-patch-version>1.13</json-patch-version>
-        <json-smart-version>2.5.0</json-smart-version>
+        <json-smart-version>2.5.1</json-smart-version>
         <jsonata-version>0.9.5</jsonata-version>
         <json-unit-version>3.2.7</json-unit-version>
         <jsoup-version>1.17.2</jsoup-version>