Skip to content

Commit 5ac0dd0

Browse files
committed
Update jackson version and fix plugin version
1 parent 19b3f1a commit 5ac0dd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>gg.playit.gg</groupId>
88
<artifactId>playit-minecraft-java-plugin</artifactId>
9-
<version>0.1.3</version>
9+
<version>0.1.4</version>
1010

1111
<properties>
1212
<maven.compiler.source>16</maven.compiler.source>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.fasterxml.jackson.core</groupId>
3838
<artifactId>jackson-databind</artifactId>
39-
<version>2.13.4</version>
39+
<version>2.14.0-rc1</version>
4040
</dependency>
4141

4242
<dependency>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: playit-gg
2-
version: 0.1.1
2+
version: 0.1.4
33
main: gg.playit.minecraft.PlayitBukkit
44
author: https://playit.gg
55
description: Makes your server public so friends can connect

0 commit comments

Comments
 (0)