Skip to content

Old spring framework being referenced? #13397

Answered by ihostage
mcavigelli asked this question in Q&A
Discussion options

You must be logged in to vote

Do you have any ideas, why 5.3.39 is loaded instead of 6.2.3, even in the small java forms example?

Because Play Java Forms 3.0.x depends on 5.3.39. We are unable to upgrade to Spring 6.x because Play 2.9/3.0 still supports Java 11.

val springFrameworkVersion = "5.3.39"

For the next Play non-patch release, the minimum supported Java version will be 17, and Spring has been upgraded to version 6.x 😉

val springFrameworkVersion = "6.2.8"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mcavigelli
Comment options

Answer selected by mcavigelli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants