Bumped UrlEncoder to version 1.5.0
This commit is contained in:
parent
ab15abe11f
commit
e8deffa5ef
2 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ public class JokeApiBuild extends Project {
|
|||
final var kotlin = version(1, 9, 24);
|
||||
scope(compile)
|
||||
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin))
|
||||
.include(dependency("net.thauvin.erik.urlencoder", "urlencoder-lib-jvm", version(1, 4, 0)));
|
||||
.include(dependency("org.json", "json", "20240303"))
|
||||
.include(dependency("net.thauvin.erik.urlencoder", "urlencoder-lib-jvm", version(1, 5, 0)));
|
||||
scope(test)
|
||||
.include(dependency("org.jetbrains.kotlin", "kotlin-test-junit5", kotlin))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 2)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue