summaryrefslogtreewikicommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-07-07 10:44:16 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-07-07 10:44:16 -0400
commit86cbf25e0bc2b0550c6b28c1d51231880653f670 (patch)
tree1bc41a441a6a4102105c193093d37dc41699c73a /pom.xml
parentMerge pull request '1.7.3' (#8) from dev into main (diff)
downloadkenshinshideandseek-86cbf25e0bc2b0550c6b28c1d51231880653f670.tar.gz
kenshinshideandseek-86cbf25e0bc2b0550c6b28c1d51231880653f670.tar.bz2
kenshinshideandseek-86cbf25e0bc2b0550c6b28c1d51231880653f670.zip
update deps to 1.20
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 629289f..0515362 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.3</version>
+ <version>1.7.4</version>
<name>Hide and Seek Plugin</name>
<properties>
@@ -47,6 +47,10 @@
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/**</exclude>
+ <exclude>org/sqlite/native/Mac/**</exclude>
+ <exclude>org/sqlite/native/Linux-Android/**</exclude>
+ <exclude>org/sqlite/native/Linux/ppc64/**</exclude>
+ <exclude>org/sqlite/native/Linux/armv7/**</exclude>
</excludes>
</filter>
</filters>
@@ -120,7 +124,7 @@
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
- <version>9.3.1</version>
+ <version>9.4.0</version>
</dependency>
<dependency>
<groupId>me.clip</groupId>