summaryrefslogtreewikicommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2023-02-08 23:24:53 +0000
committertylermurphy534 <tylermurphy534@gmail.com>2023-02-08 23:24:53 +0000
commitb87174e7701863f54ab26998feaf4bdaa9a0df20 (patch)
treebf3cec7f3d0be7aa6bc26fc647a06527dfe49235 /pom.xml
parentMerge pull request '1.7.0 - Multi Map Support' (#4) from dev into main (diff)
parentupdate dependicies, fix worldborder, fix timer when player leaves, fix drop i... (diff)
downloadkenshinshideandseek-b87174e7701863f54ab26998feaf4bdaa9a0df20.tar.gz
kenshinshideandseek-b87174e7701863f54ab26998feaf4bdaa9a0df20.tar.bz2
kenshinshideandseek-b87174e7701863f54ab26998feaf4bdaa9a0df20.zip
Merge pull request '1.7.1 - A few tweaks and bug squashes' (#5) from dev into main
Reviewed-on: https://g.tylerm.dev/tylermurphy534/KenshinsHideAndSeek/pulls/5
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index df2ab1b..4cf22dd 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.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