Skip to content

Commit a70df84

Browse files
committed
Bump avro to 1.11.3
See CVE-2023-39410 for vulnerablity in avro 1.11.2 and below Signed-off-by: Boxuan Li <liboxuan@connect.hku.hk>
1 parent 4685531 commit a70df84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<properties>
5858
<titan.compatible-versions>1.0.0,1.1.0-SNAPSHOT</titan.compatible-versions>
5959
<tinkerpop.version>3.7.0</tinkerpop.version>
60+
<avro.version>1.11.3</avro.version>
6061
<junit-platform.version>1.10.0</junit-platform.version>
6162
<junit.version>5.10.0</junit.version>
6263
<mockito.version>4.11.0</mockito.version>
@@ -768,7 +769,7 @@
768769
<dependency>
769770
<groupId>org.apache.avro</groupId>
770771
<artifactId>avro</artifactId>
771-
<version>1.11.1</version>
772+
<version>${avro.version}</version>
772773
</dependency>
773774
<dependency>
774775
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)