Bumped UrlEncoder to version 1.5.0
This commit is contained in:
parent
373156d9bb
commit
b852f51209
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ public class IsgdShortenBuild 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("net.thauvin.erik.urlencoder", "urlencoder-lib-jvm", version(1, 5, 0)));
|
||||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 2)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 2)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue