Failure to transfer mysql:mysql-connector-java:pom:8.0.33 from http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of alimaven has elapsed or updates are forced. Original error: Could not transfer artifact mysql:mysql-connector-java:pom:8.0.33 from/to alimaven (http://maven.aliyun.com/nexus/content/groups/public/): Software caused connection abort: recv failed
Try to run Maven import with -U flag (force update snapshots)

这个错误提示很明确:Maven在本地仓库缓存了失败的下载记录。更换版本确实可以绕过问题,但更推荐先尝试强制更新。
在IDE的Terminal中执行:
强制更新所有依赖
mvn clean compile -U