Reset Hikari to the Java 8 version

This commit is contained in:
games647
2022-07-22 13:31:43 +02:00
parent 23d30eee1a
commit c090278f82

View File

@ -70,7 +70,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>5.0.1</version>
<version>4.0.3</version>
<exclusions>
<!-- HikariCP uses an old version of this API that has a typo in the service interface -->
<!-- We will use the api provided by the jdk14 dependency -->