Skip to content

Commit

Permalink
bump hikariCP dep and project version
Browse files Browse the repository at this point in the history
  • Loading branch information
timmolter committed Apr 19, 2024
1 parent 11deccb commit 4df954a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Yank</name>
<groupId>org.knowm</groupId>
<artifactId>yank</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Ultra-Light JDBC Persistance Layer for Java Apps</description>
<url>http://knowm.org/open-source/yank</url>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>4.0.3</version>
<version>5.1.0</version>
</dependency>

<!-- test -->
Expand Down

0 comments on commit 4df954a

Please sign in to comment.