diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 6 insertions, 8 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.7.0</version> + <version>1.7.1</version> <name>Hide and Seek Plugin</name> <properties> @@ -47,8 +47,6 @@ <artifact>*:*</artifact> <excludes> <exclude>META-INF/**</exclude> - <exclude>sqlite-jdbc.properties</exclude> - <exclude>mariadb.properties</exclude> </excludes> </filter> </filters> @@ -113,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> @@ -123,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 |