Skip to content

Commit

Permalink
Notes about upgrading flyway/hikaricp
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakarFin committed Nov 1, 2024
1 parent fd16183 commit a9cf91c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ The 2.15 doesn't report any breaking changes so its backwards compatible with 2.

<jetty.version>9.4.56.v20240826</jetty.version>
<mybatis.version>3.5.16</mybatis.version>
<!-- Flyway 10.x requires Java 17+ -->
<flyway.version>9.22.3</flyway.version>
<postgresql.version>42.7.4</postgresql.version>
<!-- hikaricp 5.x requires Java 11+ -->
<hikaricp.version>4.0.3</hikaricp.version>

<!-- https://github.com/spring-projects/spring-data-redis/blob/2.7.x/pom.xml#L29
Expand Down

0 comments on commit a9cf91c

Please sign in to comment.