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
The following commit(s) were added to refs/heads/master by this push:
new a29a71a259 [NO ISSUE][*DB][EXT] Update Avro to remediate CVE-2023-39410
a29a71a259 is described below
commit a29a71a2598fd152b3ed2654507958ff2a0b5dc4
Author: Michael Blow <[email protected]>
AuthorDate: Thu Feb 8 14:19:48 2024 -0500
[NO ISSUE][*DB][EXT] Update Avro to remediate CVE-2023-39410
Change-Id: Ia5796dba08e70e3e7c9586e0133e577f5f60e290
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18158
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Michael Blow <[email protected]>
Reviewed-by: Peeyush Gupta <[email protected]>
---
asterixdb/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index a1da969604..961ef4aec4 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -2036,7 +2036,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
- <version>1.11.1</version>
+ <version>1.11.3</version>
</dependency>
</dependencies>
</dependencyManagement>