This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new eb170c3a [MRESOLVER-577] Update to Maven 3.9.8
eb170c3a is described below
commit eb170c3a17919449fc1dc182b30daacc11dffefa
Author: Tamas Cservenak <[email protected]>
AuthorDate: Mon Jul 1 15:24:42 2024 +0200
[MRESOLVER-577] Update to Maven 3.9.8
Used by supplier and demos.
---
https://issues.apache.org/jira/browse/MRESOLVER-577
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 911b0b84..cdc69434 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<!-- Used by Jetty Transport (client) and Test HTTP (server) -->
<jettyVersion>10.0.21</jettyVersion>
<!-- used by supplier and demo only -->
- <maven3Version>3.9.6</maven3Version>
+ <maven3Version>3.9.8</maven3Version>
<maven4Version>4.0.0-beta-3</maven4Version>
<minimalMavenBuildVersion>[3.8.8,)</minimalMavenBuildVersion>
<!-- MRESOLVER-422: keep this in sync with Javadoc plugin configuration
(but cannot directly, as this below is range) -->