Skip to content

Commit fafcded

Browse files
deps: update dependency org.apache.avro:avro to v1.11.1 (#1210)
* deps: update dependency org.apache.avro:avro to v1.11.1 * 🦉 Updates from OwlBot post-processor 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 3ad4868 commit fafcded

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.11.0</version>
54+
<version>1.11.1</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.11.0</version>
53+
<version>1.11.1</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
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.apache.avro</groupId>
6868
<artifactId>avro</artifactId>
69-
<version>1.11.0</version>
69+
<version>1.11.1</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.xerial.snappy</groupId>

0 commit comments

Comments
 (0)