Skip to content

Commit bba5ba2

Browse files
Merge pull request #1605 from data-integrations/sec-vuln-fix-avro-611
[🍒] CVE-2024-47561: Upgrade org.apache.avro:avro to version 1.11.4
2 parents 8a2b6a6 + c118072 commit bba5ba2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>io.cdap.plugin</groupId>
2222
<artifactId>google-cloud</artifactId>
23-
<version>0.24.4</version>
23+
<version>0.24.5-SNAPSHOT</version>
2424
<name>Google Cloud Plugins</name>
2525
<packaging>jar</packaging>
2626
<description>Plugins for Google Big Query</description>
@@ -58,7 +58,7 @@
5858
<properties>
5959
<jee.version>7</jee.version>
6060
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
61-
<avro.version>1.11.0</avro.version>
61+
<avro.version>1.11.4</avro.version>
6262
<bigquery.connector.hadoop3.version>hadoop3-1.2.0</bigquery.connector.hadoop3.version>
6363
<commons.codec.version>1.4</commons.codec.version>
6464
<cdap.version>6.11.0</cdap.version>

0 commit comments

Comments
 (0)