spring-boot-microservices-series-v2 icon indicating copy to clipboard operation
spring-boot-microservices-series-v2 copied to clipboard

Remove jOOQ version property when Spring Boot includes it in dependency management

Open coderabbitai[bot] opened this issue 9 months ago • 0 comments
trafficstars

The jOOQ version property (jooq.version) was temporarily added to override Spring Boot's dependency management version.

This property should be removed once Spring Boot includes the required jOOQ version in its dependency management.

Context:

  • PR: https://github.com/rajadilipkolli/spring-boot-microservices-series-v2/pull/955
  • Comment: https://github.com/rajadilipkolli/spring-boot-microservices-series-v2/pull/955#discussion_r1929535695

Action items:

  • [x] Monitor Spring Boot releases for jOOQ version updates
  • [ ] Remove the jooq.version property from pom.xml when Spring Boot includes the required version
  • [ ] Update the dependency to use Spring Boot's managed version

coderabbitai[bot] avatar Jan 25 '25 12:01 coderabbitai[bot]