We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8264710 commit e40d5ddCopy full SHA for e40d5dd
1 file changed
pom.xml
@@ -31,11 +31,10 @@
31
<artifactId>snakeyaml</artifactId>
32
<version>2.0</version>
33
</dependency>
34
- <!-- https://mvnrepository.com/artifact/org.json/json -->
35
<dependency>
36
- <groupId>org.json</groupId>
37
- <artifactId>json</artifactId>
38
- <version>20231013</version>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.13.2</version>
39
40
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
41
0 commit comments