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

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


The following commit(s) were added to refs/heads/main by this push:
     new 51718b799 Close the possibility of a RCE in Apache Parquet (#953)
51718b799 is described below

commit 51718b799c751a0d58d208b4c2a795855273fbda
Author: Jonathan Schnéider <[email protected]>
AuthorDate: Fri Apr 4 05:32:35 2025 -0400

    Close the possibility of a RCE in Apache Parquet (#953)
    
    Use this link to re-run the recipe: 
https://app.moderne.io/recipes/org.openrewrite.java.dependencies.UpgradeDependencyVersion?organizationId=QXBhY2hl#defaults%3DW3sibmFtZSI6Imdyb3VwSWQiLCJ2YWx1ZSI6Im9yZy5hcGFjaGUucGFycXVldCoifSx7Im5hbWUiOiJhcnRpZmFjdElkIiwidmFsdWUiOiIqIn0seyJuYW1lIjoibmV3VmVyc2lvbiIsInZhbHVlIjoiMS4xNS54In0seyJuYW1lIjoib3ZlcnJpZGVNYW5hZ2VkVmVyc2lvbiIsInZhbHVlIjoiVHJ1ZSJ9LHsibmFtZSI6InJldGFpblZlcnNpb25zIiwidmFsdWUiOltdfV0%3D
    
    Co-authored-by: Moderne <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bede9abfb..064bbbafc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@ limitations under the License.
     <version.lib.junit>5.11.0</version.lib.junit>
     <version.lib.log4j>3.0.0-beta2</version.lib.log4j>
     <version.lib.lucene>9.11.1</version.lib.lucene>
-    <version.lib.parquet>1.14.2</version.lib.parquet>
+    <version.lib.parquet>1.15.1</version.lib.parquet>
     <version.lib.pgbulkinsert>8.1.4</version.lib.pgbulkinsert>
     <version.lib.picocli>4.7.6</version.lib.picocli>
     <version.lib.postgresql>42.7.4</version.lib.postgresql>

Reply via email to