diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-08-17 14:42:32 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-08-17 14:42:32 -0400 |
commit | c84db28f9c190746cb890357a6e23a0791b31010 (patch) | |
tree | bf6bc4a74f5244730b5f2ecefed6ad55ab6e6219 /pom.xml | |
parent | update dependencides, fixed respawn timer not showing, fixed SEEKER_SPAWN is ... (diff) | |
download | kenshinshideandseek-c84db28f9c190746cb890357a6e23a0791b31010.tar.gz kenshinshideandseek-c84db28f9c190746cb890357a6e23a0791b31010.tar.bz2 kenshinshideandseek-c84db28f9c190746cb890357a6e23a0791b31010.zip |
undo HikariCP version change
Diffstat (limited to '')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion> <groupId>net.tylermurphy</groupId> <artifactId>KenshinsHideAndSeek</artifactId> - <version>1.6.2</version> + <version>1.6.1</version> <name>Hide and Seek Plugin</name> <build> @@ -134,7 +134,7 @@ <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> - <version>5.0.1</version> + <version>4.0.3</version> </dependency> <dependency> <groupId>org.mariadb.jdbc</groupId> |