This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new b67bdac7fe3 HBASE-29897 Bump org.apache.avro:avro from 1.11.4 to
1.11.5 (#7754)
b67bdac7fe3 is described below
commit b67bdac7fe317d5c18c30a5036bc6b401158274b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 14 10:59:27 2026 +0800
HBASE-29897 Bump org.apache.avro:avro from 1.11.4 to 1.11.5 (#7754)
Bumps org.apache.avro:avro from 1.11.4 to 1.11.5.
---
updated-dependencies:
- dependency-name: org.apache.avro:avro
dependency-version: 1.11.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit acc02b1a8c330ed22c61c07ab1dccc310c9b8c91)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 76891bced85..37c9b0512d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -574,7 +574,7 @@
When building with jdk11, we will use 0.14.1, please see the
build-with-jdk11 profile.
-->
<javadoc.audience-annotations.version>0.13.0</javadoc.audience-annotations.version>
- <avro.version>1.11.4</avro.version>
+ <avro.version>1.11.5</avro.version>
<caffeine.version>2.8.1</caffeine.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-io.version>2.18.0</commons-io.version>