Skip to content

Commit 7f2e8f8

Browse files
committed
Merge branch '3.2.x' into 3.3.x
2 parents fa39de2 + 2ed72c6 commit 7f2e8f8

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
exclude(group: "javax.inject", module: "javax.inject")
4343
}
4444
implementation("org.sonatype.plexus:plexus-build-api") {
45-
exclude(group: "org.codehaus.plexus:plexus-utils")
45+
exclude(group: "org.codehaus.plexus", module: "plexus-utils")
4646
}
4747
implementation("org.springframework:spring-core")
4848
implementation("org.springframework:spring-context")

0 commit comments

Comments
 (0)