Skip to content
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

chore(dependencies): Autobump orcaVersion #1041

Merged
merged 2 commits into from
Jun 13, 2024

Commits on Jun 13, 2024

  1. chore(dependencies): Autobump orcaVersion

    root committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    05bad63 View commit details
    Browse the repository at this point in the history
  2. refactor(mysql): update mysql connector coordinate during upgrade to …

    …spring boot 2.7.x
    
    In spring boot 2.7.8 onwards mysql connector coordinate `mysql:mysql-connector-java` has been removed and only `com.mysql:mysql-connector-j` coordinate exist.
    
    https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes#mysql-jdbc-driver
    
    So, updating the mysql connector coordinate as `com.mysql:mysql-connector-j` with spring boot upgrade to 2.7.18.
    
    https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.7.18/spring-boot-dependencies-2.7.18.pom
    j-sandy authored and dbyron-sf committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8e77f27 View commit details
    Browse the repository at this point in the history