diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-20 23:39:55 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-20 23:39:55 -0500 |
commit | 5615fa7f325bb45762d13a704a9ffddda3efbfbb (patch) | |
tree | d75d721bc4f0098d7fe661197bd40a6be41654bb /pom.xml | |
parent | 1.7.0 beta 4 (diff) | |
download | kenshinshideandseek-5615fa7f325bb45762d13a704a9ffddda3efbfbb.tar.gz kenshinshideandseek-5615fa7f325bb45762d13a704a9ffddda3efbfbb.tar.bz2 kenshinshideandseek-5615fa7f325bb45762d13a704a9ffddda3efbfbb.zip |
1.7.0 beta 5
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -82,10 +82,10 @@ <id>spigot-repo</id> <url>https://hub.spigotmc.org/nexus/content/repositories/public/</url> </repository> - <repository> - <id>dmulloy2-repo</id> - <url>https://repo.dmulloy2.net/repository/public/</url> - </repository> +<!-- <repository>--> +<!-- <id>dmulloy2-repo</id>--> +<!-- <url>https://repo.dmulloy2.net/repository/public/</url>--> +<!-- </repository>--> <repository> <id>placeholderapi</id> <url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url> @@ -108,12 +108,14 @@ <dependency> <groupId>com.comphenix.protocol</groupId> <artifactId>ProtocolLib</artifactId> - <version>4.7.0</version> + <version>4.4.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/lib/ProtocolLib.jar</systemPath> </dependency> <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> - <version>3.7.2</version> + <version>3.39.3.0</version> </dependency> <dependency> <groupId>org.jetbrains</groupId> @@ -123,7 +125,7 @@ <dependency> <groupId>com.github.cryptomorin</groupId> <artifactId>XSeries</artifactId> - <version>9.0.0</version> + <version>9.1.0</version> </dependency> <dependency> <groupId>me.clip</groupId> @@ -134,12 +136,12 @@ <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> <artifactId>mariadb-java-client</artifactId> - <version>2.7.2</version> + <version>3.0.6</version> </dependency> </dependencies> </project>
\ No newline at end of file |