Bump org.json to version 20250517
This commit is contained in:
parent
820ec736bb
commit
4b4b273461
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ public class ExampleBuild extends BaseProject {
|
|||
|
||||
scope(compile)
|
||||
.include(dependency("net.thauvin.erik:bitly-shorten:2.0.1-SNAPSHOT"))
|
||||
.include(dependency("org.json:json:20250107"));
|
||||
.include(dependency("org.json:json:20250517"));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue