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"),