graphql-kotlin
graphql-kotlin copied to clipboard
Spring Boot 4 Compatibility
Spring Boot 4 brought new style module dependencies, and they look not compatible the current graphql-kotlin-spring-server libs
when looking at the gradle versions catalogue:, there are quite outdated dependencies from June 2024
spring = "6.1.10" spring-boot = "3.2.7"
for non-spring dependencies the same.
This prevents applications now from upgrading to Spring 7 and Spring Boot 4.