Skip to content

Commit 52b038b

Browse files
committed
[KYUUBI #7357] Bump Maven 3.9.14
### Why are the changes needed? Fix a major issue apache/maven#11634 - Due to improvements in parallel PUT method - used for deploy artifacts - in resolver 1.9.25, bugs of concurrency processing in some repository managers can be disclosed. Fully release notes: https://maven.apache.org/docs/3.9.13/release-notes.html https://maven.apache.org/docs/3.9.14/release-notes.html ### How was this patch tested? Pass GHA, and will be verified in 1.11.1 RC1 release process. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7357 from pan3793/maven-3.9.14. Closes #7357 3e2e838 [Cheng Pan] Bump Maven 3.9.14 Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 8e52e7b commit 52b038b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</distributionManagement>
115115

116116
<properties>
117-
<maven.version>3.9.12</maven.version>
117+
<maven.version>3.9.14</maven.version>
118118
<maven.compiler.source>8</maven.compiler.source>
119119
<maven.compiler.target>8</maven.compiler.target>
120120
<enforcer.maxJdkVersion>8</enforcer.maxJdkVersion>

0 commit comments

Comments
 (0)