Bumped dependencies

This commit is contained in:
Erik C. Thauvin 2024-02-09 00:57:26 -08:00
parent 27bedf8bd5
commit 715d65fc7e
13 changed files with 41 additions and 20 deletions

View file

@ -8,7 +8,9 @@
"java.configuration.updateBuildConfiguration": "automatic",
"java.project.referencedLibraries": [
"${HOME}/.bld/dist/bld-1.8.0.jar",
"lib/bld/*.jar",
"lib/compile/*.jar",
"lib/provided/*.jar",
"lib/runtime/*.jar",
"lib/test/*.jar"
]

Binary file not shown.

View file

@ -24,8 +24,8 @@ public class ExampleBuild extends BaseProject {
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, SONATYPE_SNAPSHOTS_LEGACY);
scope(compile)
.include(dependency("net.thauvin.erik:bitly-shorten:1.0.1"))
.include(dependency("org.json:json:20231013"));
.include(dependency("net.thauvin.erik:bitly-shorten:1.0.2-SNAPSHOT"))
.include(dependency("org.json:json:20240205"));
}
public static void main(String[] args) {