Croway commented on code in PR #21: URL: https://github.com/apache/camel-upgrade-recipes/pull/21#discussion_r1925695000
########## camel-spring-boot-upgrade-recipes/pom.xml: ########## @@ -33,7 +33,8 @@ <description>Migration recipes (using openrewrite) for Camel Spring Boot to make Maven migrations easier</description> <properties> - <spring-rewrite-version>5.24.1</spring-rewrite-version> + <!-- Update this with each spring-rewrite release --> + <spring-rewrite-version>6.0.1</spring-rewrite-version> Review Comment: Hello @timtebeek thanks a lot for your input, I just removed the properties section and the version, so that the BOM handles it. I was hoping for org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_4 recipe, this is why I updated the version, but that recipe has not been released yet, therefore, I think that right now this is the best we can achieve, but, once UpgradeSpringBoot_3_4 we'll have to update either bom version or rewrite-spring version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org