Skip to content

Commit

Permalink
Update Gson to 2.9.0 (#25)
Browse files Browse the repository at this point in the history
Also declare required "opens" for Gson which is now a module.
  • Loading branch information
marchof committed Apr 19, 2022
1 parent e006c4c commit 5ddb7f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.9.0</version>
</dependency>

<!-- test scope -->
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@
requires software.pando.crypto.nacl;
requires com.google.gson;
requires java.net.http;

opens com.mountainminds.three4j to com.google.gson;
}

0 comments on commit 5ddb7f2

Please sign in to comment.