summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-04-18 20:05:54 +1000
committermd_5 <git@md-5.net>2018-04-18 20:05:54 +1000
commit17ee35ec62eb9128f8c45599f4e4939f9821e443 (patch)
tree0a694d8d1a551cc4ada88ea4743b32e1931bc92a
parentbf61ffc26b4845816da86e9ce53c29b7263fb7a7 (diff)
downloadbukkit-17ee35ec62eb9128f8c45599f4e4939f9821e443.tar
bukkit-17ee35ec62eb9128f8c45599f4e4939f9821e443.tar.gz
bukkit-17ee35ec62eb9128f8c45599f4e4939f9821e443.tar.lz
bukkit-17ee35ec62eb9128f8c45599f4e4939f9821e443.tar.xz
bukkit-17ee35ec62eb9128f8c45599f4e4939f9821e443.zip
Update to SnakeYAML 1.21
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a04ca875..7e90e32a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.19</version>
+ <version>1.21</version>
<scope>compile</scope>
</dependency>
<!-- testing -->
@@ -150,8 +150,8 @@
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
- <artifactId>java16</artifactId>
- <version>1.1</version>
+ <artifactId>java17</artifactId>
+ <version>1.0</version>
</signature>
</configuration>
</plugin>