Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 754296f

Browse files
authored
deps: update dependency org.apache.avro:avro to v1.11.1 (#1719)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.avro:avro](https://avro.apache.org) ([source](https://togithub.com/apache/avro)) | `1.11.0` -> `1.11.1` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.avro:avro/1.11.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.avro:avro/1.11.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.avro:avro/1.11.1/compatibility-slim/1.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.avro:avro/1.11.1/confidence-slim/1.11.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquerystorage). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy40In0=-->
1 parent e27a9e9 commit 754296f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

google-cloud-bigquerystorage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>org.apache.avro</groupId>
158158
<artifactId>avro</artifactId>
159-
<version>1.11.0</version>
159+
<version>1.11.1</version>
160160
<scope>test</scope>
161161
</dependency>
162162

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.apache.avro</groupId>
4444
<artifactId>avro</artifactId>
45-
<version>1.11.0</version>
45+
<version>1.11.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.apache.arrow</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.apache.avro</groupId>
4343
<artifactId>avro</artifactId>
44-
<version>1.11.0</version>
44+
<version>1.11.1</version>
4545
</dependency>
4646

4747
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.apache.avro</groupId>
5555
<artifactId>avro</artifactId>
56-
<version>1.11.0</version>
56+
<version>1.11.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.apache.arrow</groupId>

tutorials/JsonWriterDefaultStream/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.apache.avro</groupId>
3131
<artifactId>avro</artifactId>
32-
<version>1.11.0</version>
32+
<version>1.11.1</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.apache.arrow</groupId>

0 commit comments

Comments
 (0)