We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae1a40 commit a1555f3Copy full SHA for a1555f3
README.md
@@ -28,7 +28,7 @@ In project's pom.xml add in ```<dependencies>```:
28
<dependency>
29
<groupId>com.github.leonardofel</groupId>
30
<artifactId>json-java-put-null-fix</artifactId>
31
- <version>3.0.32</version>
+ <version>3.0.33</version>
32
</dependency>
33
</dependencies>
34
```
pom.xml
@@ -3,7 +3,7 @@
3
4
5
6
7
<packaging>jar</packaging>
8
9
<name>JSON in Java WITH WORKING .put(null)</name>
0 commit comments