Updated dependencies

This commit is contained in:
Erik C. Thauvin 2023-10-18 19:08:04 -07:00
parent b901d96b11
commit 886ed86479
3 changed files with 7 additions and 14 deletions

View file

@ -18,7 +18,7 @@ repositories {
dependencies {
implementation("net.thauvin.erik:bitly-shorten:1.0.0")
implementation("org.json:json:20230618")
implementation("org.json:json:20231013")
}
application {