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

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


The following commit(s) were added to refs/heads/master by this push:
     new 31724a7690b fix org.codehaus.mojo:animal-sniffer-annotations version 
to 1.26 (#17429)
31724a7690b is described below

commit 31724a7690b60c5c7fbcfcee024835e380b89e5f
Author: Xiang Fu <[email protected]>
AuthorDate: Mon Dec 29 03:13:21 2025 -0800

    fix org.codehaus.mojo:animal-sniffer-annotations version to 1.26 (#17429)
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1bf3f8c29a3..49e56913045 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,6 +301,7 @@
     <maven.version>3.9.12</maven.version>
     
<plexus-component-annotations.version>2.2.0</plexus-component-annotations.version>
     <plexus-utils.version>3.6.0</plexus-utils.version>
+    
<animal-sniffer-annotations.version>1.26</animal-sniffer-annotations.version>
 
     <!-- Test Libraries -->
     <testng.version>7.11.0</testng.version>
@@ -2143,6 +2144,11 @@
         <artifactId>plexus-utils</artifactId>
         <version>${plexus-utils.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-annotations</artifactId>
+        <version>${animal-sniffer-annotations.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 


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

Reply via email to