File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ In project's pom.xml add in ```<dependencies>```:
2828 <dependency>
2929 <groupId>com.github.leonardofel</groupId>
3030 <artifactId>json-java-put-null-fix</artifactId>
31- <version>3.0.29 </version>
31+ <version>3.0.30 </version>
3232 </dependency>
3333</dependencies>
3434```
@@ -41,7 +41,7 @@ and add in ```<repositories>```:
4141 </repository>
4242</repositories>
4343```
44-
44+
4545
4646** Building from the command line**
4747
Original file line number Diff line number Diff line change 33
44 <groupId >com.github.leonardofel</groupId >
55 <artifactId >json-java-put-null-fix</artifactId >
6- <version >3.0.29 </version >
6+ <version >3.0.30 </version >
77 <packaging >jar</packaging >
88
99 <name >JSON in Java WITH WORKING .put(null)</name >
You can’t perform that action at this time.
0 commit comments