@@ -63,22 +63,27 @@ recipeList:
6363 oldGroupId : org.springframework.boot
6464 oldArtifactId : spring-boot-starter-oauth2-authorization-server
6565 newArtifactId : spring-boot-starter-security-oauth2-authorization-server
66+ newVersion : 4.0.x
6667 - org.openrewrite.java.dependencies.ChangeDependency :
6768 oldGroupId : org.springframework.boot
6869 oldArtifactId : spring-boot-starter-oauth2-client
6970 newArtifactId : spring-boot-starter-security-oauth2-client
71+ newVersion : 4.0.x
7072 - org.openrewrite.java.dependencies.ChangeDependency :
7173 oldGroupId : org.springframework.boot
7274 oldArtifactId : spring-boot-starter-oauth2-resource-server
7375 newArtifactId : spring-boot-starter-security-oauth2-resource-server
76+ newVersion : 4.0.x
7477 - org.openrewrite.java.dependencies.ChangeDependency :
7578 oldGroupId : org.springframework.boot
7679 oldArtifactId : spring-boot-starter-web
7780 newArtifactId : spring-boot-starter-webmvc
81+ newVersion : 4.0.x
7882 - org.openrewrite.java.dependencies.ChangeDependency :
7983 oldGroupId : org.springframework.boot
8084 oldArtifactId : spring-boot-starter-web-services
8185 newArtifactId : spring-boot-starter-webservices
86+ newVersion : 4.0.x
8287 # https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Migration-Guide#aop-starter-pom
8388 - org.openrewrite.java.dependencies.RemoveDependency :
8489 groupId : org.springframework.boot
@@ -88,6 +93,7 @@ recipeList:
8893 oldGroupId : org.springframework.boot
8994 oldArtifactId : spring-boot-starter-aop
9095 newArtifactId : spring-boot-starter-aspectj
96+ newVersion : 4.0.x
9197
9298 # Additional dependencies that need to move in sync
9399 - org.openrewrite.java.dependencies.UpgradeDependencyVersion :
0 commit comments