Skip to content

Commit

Permalink
Merge pull request #21 from LimeChain/update-gson-version
Browse files Browse the repository at this point in the history
Update GSON from 2.8.9 to 2.11.0 version
  • Loading branch information
Grigorov-Georgi authored Nov 27, 2024
2 parents 32f159f + 2de6e4d commit f0b2dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.peergos</groupId>
<artifactId>nabu</artifactId>
<version>v0.7.8</version>
<version>v0.7.9</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -145,7 +145,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.3.0</version>
<version>5.2.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/peergos/net/APIHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class APIHandler extends Handler {
public static final String API_URL = "/api/v0/";
public static final Version CURRENT_VERSION = Version.parse("0.7.8");
public static final Version CURRENT_VERSION = Version.parse("0.7.9");
private static final Logger LOG = Logging.LOG();

private static final boolean LOGGING = true;
Expand Down

0 comments on commit f0b2dde

Please sign in to comment.