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

martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git

commit 893e1828e56fe3b9f46e9a75f08938b38d800514
Author: mateczagany <[email protected]>
AuthorDate: Wed Nov 19 08:55:51 2025 +0100

    [FLINK-38694][Build/Shaded] Update json-path to 2.10.0
---
 flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml             | 4 ++--
 .../flink-shaded-jsonpath/src/main/resources/META-INF/NOTICE          | 2 +-
 pom.xml                                                               | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml 
b/flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml
index f38d4c9..8677b7a 100644
--- a/flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml
+++ b/flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml
@@ -31,7 +31,7 @@ under the License.
     <artifactId>flink-shaded-jsonpath</artifactId>
     <name>flink-shaded-jsonpath</name>
     <!-- override version to jsonpath version -->
-    <version>2.9.0-21.0</version>
+    <version>2.10.0-21.0</version>
 
     <dependencies>
         <dependency>
@@ -74,4 +74,4 @@ under the License.
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>
diff --git 
a/flink-shaded-jackson-parent/flink-shaded-jsonpath/src/main/resources/META-INF/NOTICE
 
b/flink-shaded-jackson-parent/flink-shaded-jsonpath/src/main/resources/META-INF/NOTICE
index cd02056..9c0ca8c 100644
--- 
a/flink-shaded-jackson-parent/flink-shaded-jsonpath/src/main/resources/META-INF/NOTICE
+++ 
b/flink-shaded-jackson-parent/flink-shaded-jsonpath/src/main/resources/META-INF/NOTICE
@@ -6,4 +6,4 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software 
License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- com.jayway.jsonpath:json-path:2.9.0
+- com.jayway.jsonpath:json-path:2.10.0
diff --git a/pom.xml b/pom.xml
index 46bc243..2090ba0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
         <shading.prefix>org.apache.flink.shaded</shading.prefix>
         <netty.version>4.2.6.Final</netty.version>
         <jackson.version>2.18.2</jackson.version>
-        <jsonpath.version>2.9.0</jsonpath.version>
+        <jsonpath.version>2.10.0</jsonpath.version>
         <guava.version>33.4.0-jre</guava.version>
         <!-- The license check requires the artifactId to match the directory 
that the module resides in.
              This is not the case for several modules in flink-shaded for 
legacy reasons.

Reply via email to