We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4685531 commit a70df84Copy full SHA for a70df84
pom.xml
@@ -57,6 +57,7 @@
57
<properties>
58
<titan.compatible-versions>1.0.0,1.1.0-SNAPSHOT</titan.compatible-versions>
59
<tinkerpop.version>3.7.0</tinkerpop.version>
60
+ <avro.version>1.11.3</avro.version>
61
<junit-platform.version>1.10.0</junit-platform.version>
62
<junit.version>5.10.0</junit.version>
63
<mockito.version>4.11.0</mockito.version>
@@ -768,7 +769,7 @@
768
769
<dependency>
770
<groupId>org.apache.avro</groupId>
771
<artifactId>avro</artifactId>
- <version>1.11.1</version>
772
+ <version>${avro.version}</version>
773
</dependency>
774
775
<groupId>org.slf4j</groupId>
0 commit comments