We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab666d commit 420b858Copy full SHA for 420b858
1 file changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>dev.redcoke</groupId>
8
<artifactId>mcserverping</artifactId>
9
- <version>0.2</version>
+ <version>0.1.5.1</version>
10
11
<name>MCServerPing</name>
12
<description>A Java API for obtaining info about a Minecraft Server</description>
@@ -72,12 +72,12 @@
72
<dependency>
73
<groupId>com.google.code.gson</groupId>
74
<artifactId>gson</artifactId>
75
- <version>2.9.0</version>
+ <version>2.11.0</version>
76
</dependency>
77
78
<groupId>org.projectlombok</groupId>
79
<artifactId>lombok</artifactId>
80
- <version>1.18.32</version>
+ <version>1.18.34</version>
81
<scope>provided</scope>
82
83
0 commit comments