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

FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 464b14b9368 build(deps): bump com.jayway.jsonpath:json-path from 2.9.0 
to 3.0.0 (#19898)
464b14b9368 is described below

commit 464b14b9368b5e9e020b8a4bfbf886e6030cdff6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 7 13:26:59 2026 +0800

    build(deps): bump com.jayway.jsonpath:json-path from 2.9.0 to 3.0.0 (#19898)
    
    * build(deps): bump com.jayway.jsonpath:json-path from 2.9.0 to 3.0.0
    
    Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) 
from 2.9.0 to 3.0.0.
    - [Release notes](https://github.com/jayway/JsonPath/releases)
    - 
[Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
    - 
[Commits](https://github.com/jayway/JsonPath/compare/json-path-2.9.0...json-path-3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.jayway.jsonpath:json-path
      dependency-version: 3.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * build(deps): align json-path transitive dependencies
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Frank Chen <[email protected]>
---
 licenses.yaml | 8 ++++----
 pom.xml       | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index 2021fe47f64..8676ac6c8c8 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -497,7 +497,7 @@ name: JsonPath
 license_category: binary
 module: java-core
 license_name: Apache License version 2.0
-version: 2.9.0
+version: 3.0.0
 libraries:
   - com.jayway.jsonpath: json-path
 
@@ -1828,7 +1828,7 @@ name: JSON Small and Fast Parser
 license_category: binary
 module: java-core
 license_name: Apache License version 2.0
-version: 2.5.2
+version: 2.6.0
 libraries:
   - net.minidev: json-smart
 
@@ -2899,7 +2899,7 @@ name: JSON Small and Fast Parser
 license_category: binary
 module: druid-pac4j
 license_name: Apache License version 2.0
-version: 2.5.2
+version: 2.6.0
 libraries:
   - net.minidev: json-smart
 ---
@@ -2908,7 +2908,7 @@ name: JSON Small and Fast Parser
 license_category: binary
 module: druid-pac4j
 license_name: Apache License version 2.0
-version: 2.5.2
+version: 2.6.0
 libraries:
   - net.minidev: accessors-smart
 ---
diff --git a/pom.xml b/pom.xml
index 8af2cec234d..466a9b908b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@
             <dependency>
                 <groupId>net.minidev</groupId>
                 <artifactId>json-smart</artifactId>
-                <version>2.5.2</version>
+                <version>2.6.0</version>
             </dependency>
 
             <!-- transitive dependency of kafka-clients and kubernetes client
@@ -1092,7 +1092,7 @@
             <dependency>
                 <groupId>com.jayway.jsonpath</groupId>
                 <artifactId>json-path</artifactId>
-                <version>2.9.0</version>
+                <version>3.0.0</version>
             </dependency>
             <dependency>
                 <groupId>net.thisptr</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to