Skip to content

Commit

Permalink
Bumping Avro 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktooth authored and mohitpali committed Apr 1, 2021
1 parent 1d17c1c commit 1907537
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.9.2</version>
<version>1.10.2</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,25 +110,25 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.8.2</version>
<version>1.10.2</version>
</dependency>

<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro-maven-plugin</artifactId>
<version>1.8.2</version>
<version>1.10.2</version>
</dependency>

<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro-compiler</artifactId>
<version>1.8.2</version>
<version>1.10.2</version>
</dependency>

<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro-ipc</artifactId>
<version>1.8.2</version>
<version>1.10.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -252,4 +252,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 1907537

Please sign in to comment.