Skip to content

Commit b7ba1a8

Browse files
deps: update dependency org.apache.avro:avro to v1.11.0 (#894)
* deps: update dependency org.apache.avro:avro to v1.11.0 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3bfb3ad commit b7ba1a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
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.10.2</version>
54+
<version>1.11.0</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
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.10.2</version>
53+
<version>1.11.0</version>
5454
<scope>compile</scope>
5555
</dependency>
5656
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.apache.avro</groupId>
6464
<artifactId>avro</artifactId>
65-
<version>1.10.2</version>
65+
<version>1.11.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.xerial.snappy</groupId>

0 commit comments

Comments
 (0)