This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 64b15495a4 Bump org.apache.avro:avro in /doc/examples/mr-example 
(#3651)
64b15495a4 is described below

commit 64b15495a4d9387c463ad952596742e1a0bc0677
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 08:30:00 2026 +0200

    Bump org.apache.avro:avro in /doc/examples/mr-example (#3651)
    
    Bumps org.apache.avro:avro from 1.12.0 to 1.12.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.avro:avro
      dependency-version: 1.12.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 doc/examples/mr-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/examples/mr-example/pom.xml b/doc/examples/mr-example/pom.xml
index f5bb873be6..089adf7976 100644
--- a/doc/examples/mr-example/pom.xml
+++ b/doc/examples/mr-example/pom.xml
@@ -28,7 +28,7 @@
   <name>mr-example</name>
 
   <properties>
-    <avro.version>1.12.0</avro.version>
+    <avro.version>1.12.1</avro.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 

Reply via email to