Skip to content

Commit 971b35f

Browse files
authored
deps: update dependency org.apache.avro:avro to v1.11.3 (#1740)
1 parent a2b730a commit 971b35f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.apache.avro</groupId>
5353
<artifactId>avro</artifactId>
54-
<version>1.11.2</version>
54+
<version>1.11.3</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.apache.avro</groupId>
5252
<artifactId>avro</artifactId>
53-
<version>1.11.2</version>
53+
<version>1.11.3</version>
5454
<scope>compile</scope>
5555
</dependency>
5656
<dependency>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.apache.avro</groupId>
6868
<artifactId>avro</artifactId>
69-
<version>1.11.2</version>
69+
<version>1.11.3</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.xerial.snappy</groupId>

0 commit comments

Comments
 (0)