mystamps
mystamps copied to clipboard
Update HikariCP to 5.0.1
- [x] 4.0.0
- [x] 4.0.1
- [x] 4.0.2
- [x] 4.0.3
- [ ] 5.0.0
- [ ] 5.0.1
See https://github.com/brettwooldridge/HikariCP/blob/HikariCP-5.0.1/CHANGES
java.lang.UnsupportedClassVersionError: com/zaxxer/hikari/HikariDataSource has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
5.x requires JDK 11 (see https://stackoverflow.com/questions/47457105/class-has-been-compiled-by-a-more-recent-version-of-the-java-environment) and hence we should wait until #1158 gets resolved.