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

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

commit beb8ab2033a20bef2b89f02bd40ff96c1e4a0582
Author: Murtadha Hubail <[email protected]>
AuthorDate: Thu Nov 28 12:46:53 2024 +0300

    [NO ISSUE][EXT] Advance Avro version
    
    - user model changes: no
    - storage format changes: no
    - interface changes: no
    
    Details:
    
    - Advance avro version to address CVEs.
    
    Ext-ref: MB-64327
    Change-Id: I552de3d5c22171efce8138b53d87fd645dd051fb
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19139
    Tested-by: Murtadha Hubail <[email protected]>
    Reviewed-by: Murtadha Hubail <[email protected]>
    Reviewed-by: Michael Blow <[email protected]>
---
 asterixdb/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 374a717833..3620f8e6ba 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -2063,7 +2063,7 @@
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro</artifactId>
-        <version>1.11.3</version>
+        <version>1.12.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.iceberg</groupId>

Reply via email to