diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-08-17 14:37:05 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-08-17 14:37:05 -0400 |
commit | e6edb8eb3d2ed384bac4f352ffc32c3436ce9e9b (patch) | |
tree | a3932f7a3634263b14f54f2d843f761a1657d4b2 /pom.xml | |
parent | Shorten Collision Group Team Name (diff) | |
download | kenshinshideandseek-e6edb8eb3d2ed384bac4f352ffc32c3436ce9e9b.tar.gz kenshinshideandseek-e6edb8eb3d2ed384bac4f352ffc32c3436ce9e9b.tar.bz2 kenshinshideandseek-e6edb8eb3d2ed384bac4f352ffc32c3436ce9e9b.zip |
update dependencides, fixed respawn timer not showing, fixed SEEKER_SPAWN is not in localization
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 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.1</version> + <version>1.6.2</version> <name>Hide and Seek Plugin</name> <build> @@ -123,7 +123,7 @@ <dependency> <groupId>com.github.cryptomorin</groupId> <artifactId>XSeries</artifactId> - <version>8.7.1</version> + <version>9.0.0</version> </dependency> <dependency> <groupId>me.clip</groupId> @@ -134,7 +134,7 @@ <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> - <version>4.0.3</version> + <version>5.0.1</version> </dependency> <dependency> <groupId>org.mariadb.jdbc</groupId> |