summaryrefslogtreewikicommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-08-17 14:42:32 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2022-08-17 14:42:32 -0400
commitc84db28f9c190746cb890357a6e23a0791b31010 (patch)
treebf6bc4a74f5244730b5f2ecefed6ad55ab6e6219 /pom.xml
parentupdate dependencides, fixed respawn timer not showing, fixed SEEKER_SPAWN is ... (diff)
downloadkenshinshideandseek-c84db28f9c190746cb890357a6e23a0791b31010.tar.gz
kenshinshideandseek-c84db28f9c190746cb890357a6e23a0791b31010.tar.bz2
kenshinshideandseek-c84db28f9c190746cb890357a6e23a0791b31010.zip
undo HikariCP version change
Diffstat (limited to '')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4e2a728..45b173b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>