This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch fix-codehaus-animal-sniffer-annotations-version in repository https://gitbox.apache.org/repos/asf/pinot.git
commit c81644491f2474462b5691783c60b9ccf4a08cb1 Author: Xiang Fu <[email protected]> AuthorDate: Sat Dec 27 01:33:11 2025 -0800 fix org.codehaus.mojo:animal-sniffer-annotations version to 1.26 --- 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]
