diff options
| author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-08 18:18:41 -0500 |
|---|---|---|
| committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-08 18:18:41 -0500 |
| commit | 9626697c8f48f351bb1db6b4a343619fe9846b32 (patch) | |
| tree | bf3cec7f3d0be7aa6bc26fc647a06527dfe49235 /pom.xml | |
| parent | fix mysql, entityhider ignore temp players (diff) | |
| download | kenshinshideandseek-9626697c8f48f351bb1db6b4a343619fe9846b32.tar.gz kenshinshideandseek-9626697c8f48f351bb1db6b4a343619fe9846b32.tar.bz2 kenshinshideandseek-9626697c8f48f351bb1db6b4a343619fe9846b32.zip | |
update dependicies, fix worldborder, fix timer when player leaves, fix drop items
Diffstat (limited to '')
| -rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -111,7 +111,7 @@ <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> - <version>3.39.3.0</version> + <version>3.40.1.0</version> </dependency> <dependency> <groupId>org.jetbrains</groupId> @@ -121,23 +121,23 @@ <dependency> <groupId>com.github.cryptomorin</groupId> <artifactId>XSeries</artifactId> - <version>9.1.0</version> + <version>9.2.0</version> </dependency> <dependency> <groupId>me.clip</groupId> <artifactId>placeholderapi</artifactId> - <version>2.11.1</version> + <version>2.11.2</version> <scope>provided</scope> </dependency> <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> <artifactId>mariadb-java-client</artifactId> - <version>3.0.6</version> + <version>3.1.2</version> </dependency> </dependencies> </project>
\ No newline at end of file |