Skip to content

Commit 7552f9e

Browse files
authored
Bump maven version to 3.9.6 to match mavenResolverVersion 1.9.18
Resolve resolution conflict exceptions where 3.9.4 of maven depends on 1.9.14 of mavenResolverVersion. Sync'ing the mavenVersion to 3.9.6 with the declared mavenResolveVersion 1.9.18 eliminates the version conflict. see: https://github.com/apache/maven/blob/maven-3.9.6/pom.xml Signed-off-by: Bryan Kelly <[email protected]>
1 parent 9beac77 commit 7552f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-testjars-maven/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group = 'org.springframework.experimental.boot'
1010

1111
ext {
1212
mavenResolverVersion = '1.9.18'
13-
mavenVersion = '3.9.4'
13+
mavenVersion = '3.9.6'
1414
}
1515

1616
java {

0 commit comments

Comments
 (0)