Bump org.json to version 20250107
This commit is contained in:
parent
847b81b191
commit
4a55c1a41e
2 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.0"))
|
||||
.include(dependency("org.json:json:20240303"));
|
||||
.include(dependency("org.json:json:20250107"));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue