spring-boot-microservices-series-v2
spring-boot-microservices-series-v2 copied to clipboard
Remove jOOQ version property when Spring Boot includes it in dependency management
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.versionproperty from pom.xml when Spring Boot includes the required version - [ ] Update the dependency to use Spring Boot's managed version