Skip to content

Commit 420b858

Browse files
committed
Update Gson to 2.11.0
Signed-off-by: Sean Cheung <sean.816.sean@gmail.com>
1 parent cab666d commit 420b858

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

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

77
<groupId>dev.redcoke</groupId>
88
<artifactId>mcserverping</artifactId>
9-
<version>0.2</version>
9+
<version>0.1.5.1</version>
1010

1111
<name>MCServerPing</name>
1212
<description>A Java API for obtaining info about a Minecraft Server</description>
@@ -72,12 +72,12 @@
7272
<dependency>
7373
<groupId>com.google.code.gson</groupId>
7474
<artifactId>gson</artifactId>
75-
<version>2.9.0</version>
75+
<version>2.11.0</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.projectlombok</groupId>
7979
<artifactId>lombok</artifactId>
80-
<version>1.18.32</version>
80+
<version>1.18.34</version>
8181
<scope>provided</scope>
8282
</dependency>
8383
<dependency>

0 commit comments

Comments
 (0)