Skip to content

Commit

Permalink
[SNOW-934984] Update Avro version for security vulnerability (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-rcheng authored and sfc-gh-japatel committed Nov 10, 2023
1 parent e71f8c9 commit 65b518a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom_confluent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.11.1</version>
<version>1.11.3</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
4 changes: 2 additions & 2 deletions test/perf_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.11.1</version>
<version>1.11.3</version>
</dependency>
</dependencies>

Expand All @@ -63,7 +63,7 @@
<plugin>
<groupId>org.apache.avro</groupId>
<artifactId>avro-maven-plugin</artifactId>
<version>1.11.1</version>
<version>1.11.3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down

0 comments on commit 65b518a

Please sign in to comment.