This is an automated email from the ASF dual-hosted git repository.
jackie 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 ac54535ae3 Bump maven.version from 3.9.9 to 3.9.10 (#16029)
ac54535ae3 is described below
commit ac54535ae386f6cda3dde27e623f6211ff41c865
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 6 17:23:05 2025 -0700
Bump maven.version from 3.9.9 to 3.9.10 (#16029)
---
pom.xml | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 37256df52c..2043033ac3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,8 +297,9 @@
<ipaddress.version>5.5.1</ipaddress.version>
<openhft.chronicle-bom.version>2.27ea42</openhft.chronicle-bom.version>
<jdom2.version>2.0.6.1</jdom2.version>
- <maven.version>3.9.9</maven.version>
- <plexus-utils.version>4.0.2</plexus-utils.version>
+ <maven.version>3.9.10</maven.version>
+
<plexus-component-annotations.version>2.2.0</plexus-component-annotations.version>
+ <plexus-utils.version>3.6.0</plexus-utils.version>
<!-- Test Libraries -->
<testng.version>7.11.0</testng.version>
@@ -2076,11 +2077,15 @@
<artifactId>jdom2</artifactId>
<version>${jdom2.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-annotations</artifactId>
+ <version>${plexus-component-annotations.version}</version>
+ </dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>${plexus-utils.version}</version>
- <scope>compile</scope>
</dependency>
</dependencies>
</dependencyManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]