-
Notifications
You must be signed in to change notification settings - Fork 41k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to MySQL 8.3.0 #39081
Comments
Generally speaking, we don't upgrade to a new minor version of a dependency in a maintenance version of Spring Boot. At this time, it's not clear if 8.1.0 is completely end of life so I don't think an exception to this policy is warranted at the moment. We have already upgraded to MySQL driver 8.2.0 for this month's 3.3.0-M1 release. You can use 8.2.0 with Spring Boot 3.2 by overriding the |
Duplicates #38423 |
Hi @bclozel , I ask that as we have a security vulnerability in 8.1.0 version as follows: https://security.snyk.io/vuln/SNYK-JAVA-COMMYSQL-6075938 Which is recommended upgrade to 8.2.0. |
Reopening for team discussion. I'm wondering if we should adopt the same approach as #38901 because the official website says:
It sounds like the CVE fix will not be backported and we shouldn't expect maintenance versions in the 8.2.x line. |
MySQL 8.3.0 is out ! |
We can't consider this now as the release notes state:
|
The release appearing on Maven Central doesn't invalidate what Brian has said. We can't consider an upgrade to 8.3.0 until it has been announced, its content including any CVE fixes has been described, and information about whether or not it supersedes 8.2 has been provided. |
The page is now updated:
|
Even updated to version 3.2.2-SNAPSHOT version, this version uses MySQL driver 8.1.0 when we have a new one available (8.2.0) https://mvnrepository.com/artifact/com.mysql/mysql-connector-j/8.2.0 .
Any chance to use 8.2.0 version on 3.2.2 Spring boot version?
Thanks in advance.
The text was updated successfully, but these errors were encountered: