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

FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new a20beac0b70 build(deps-dev): bump avro.version from 1.12.1 to 1.12.2 
(#20051)
a20beac0b70 is described below

commit a20beac0b707a6a23f2acf049779627b726e0faf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 19 09:38:29 2026 +0800

    build(deps-dev): bump avro.version from 1.12.1 to 1.12.2 (#20051)
    
    * build(deps-dev): bump avro.version from 1.12.1 to 1.12.2
    
    Bumps `avro.version` from 1.12.1 to 1.12.2.
    
    Updates `org.apache.avro:avro` from 1.12.1 to 1.12.2
    
    Updates `org.apache.avro:avro-maven-plugin` from 1.12.1 to 1.12.2
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.avro:avro
      dependency-version: 1.12.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.apache.avro:avro-maven-plugin
      dependency-version: 1.12.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix(deps): allow generated Avro test record
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Frank Chen <[email protected]>
---
 extensions-core/avro-extensions/pom.xml | 9 +++++++++
 licenses.yaml                           | 2 +-
 pom.xml                                 | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/extensions-core/avro-extensions/pom.xml 
b/extensions-core/avro-extensions/pom.xml
index 20ba7bdfbb7..8c553b6f438 100644
--- a/extensions-core/avro-extensions/pom.xml
+++ b/extensions-core/avro-extensions/pom.xml
@@ -314,6 +314,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemPropertyVariables>
+            
<org.apache.avro.SERIALIZABLE_CLASSES>org.apache.druid.data.input.SomeAvroDatum</org.apache.avro.SERIALIZABLE_CLASSES>
+          </systemPropertyVariables>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>
diff --git a/licenses.yaml b/licenses.yaml
index 033f2dffb58..da5391f89ad 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3460,7 +3460,7 @@ name: Apache Avro
 license_category: binary
 module: extensions/druid-protobuf-extensions
 license_name: Apache License version 2.0
-version: 1.12.1
+version: 1.12.2
 libraries:
   - org.apache.avro: avro
 notices:
diff --git a/pom.xml b/pom.xml
index 0ae90601ecb..d2197e871f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
         <gson.version>2.14.0</gson.version>
         <scala.library.version>2.13.16</scala.library.version>
         <avatica.version>1.28.0</avatica.version>
-        <avro.version>1.12.1</avro.version>
+        <avro.version>1.12.2</avro.version>
         <parquet.version>1.17.1</parquet.version>
         <bytebuddy.version>1.18.11</bytebuddy.version>
         <!--


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to