From 54f9db1a6f6d0caf8beca91ecec1d66ce6f10d7b Mon Sep 17 00:00:00 2001 From: Dmitry Kichinsky Date: Mon, 4 Aug 2025 09:34:46 +0200 Subject: [PATCH] [maven] IDEA-376767 Update bundled maven version to 3.9.11 GitOrigin-RevId: 9f5c0b03cf27d10493dc5b1f77494a728b91a340 --- build/dependencies/dependencies.properties | 2 +- .../compatibility/MavenCompatibilityProjectImportingTest.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/dependencies/dependencies.properties b/build/dependencies/dependencies.properties index 400969f2d5ea..5f2a9213f04b 100644 --- a/build/dependencies/dependencies.properties +++ b/build/dependencies/dependencies.properties @@ -1,5 +1,5 @@ # The file is automatically updated. Comments and empty lines will be removed. Entries are sorted by key. -bundledMavenVersion=3.9.10 +bundledMavenVersion=3.9.11 debuggerAgent=1.2 gradleApiVersion=9.0.0 gradleTAPI.jacksonCoreVersion=2.17.2 diff --git a/plugins/maven/src/test/java/org/jetbrains/idea/maven/compatibility/MavenCompatibilityProjectImportingTest.kt b/plugins/maven/src/test/java/org/jetbrains/idea/maven/compatibility/MavenCompatibilityProjectImportingTest.kt index 7eb0c67d125b..647a89b9cdf5 100644 --- a/plugins/maven/src/test/java/org/jetbrains/idea/maven/compatibility/MavenCompatibilityProjectImportingTest.kt +++ b/plugins/maven/src/test/java/org/jetbrains/idea/maven/compatibility/MavenCompatibilityProjectImportingTest.kt @@ -20,7 +20,7 @@ import org.junit.runners.Parameterized private val MAVEN_VERSIONS = listOf( arrayOf("4.0.0-rc-3"), - arrayOf("3.9.10"), + arrayOf("3.9.11"), arrayOf("3.8.8"), arrayOf("3.6.3"), arrayOf("3.5.4"),