|
|
|
@ -50,7 +50,7 @@ jgrapht = { module = "org.jgrapht:jgrapht-core", version = "1.5.1" } |
|
|
|
|
jimfs = { module = "com.google.jimfs:jimfs", version.ref = "jimfs" } |
|
|
|
|
jquery = { module = "org.webjars:jquery", version = "3.6.3" } |
|
|
|
|
jnr = { module = "com.github.jnr:jnr-ffi", version = "2.2.13" } |
|
|
|
|
jsoup = { module = "org.jsoup:jsoup", version = "1.15.3" } |
|
|
|
|
jsoup = { module = "org.jsoup:jsoup", version = "1.15.4" } |
|
|
|
|
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version = { strictly = "5.9.2" } } |
|
|
|
|
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } |
|
|
|
|
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.9.2" } |
|
|
|
@ -79,7 +79,7 @@ pf4j = { module = "org.pf4j:pf4j", version = "3.9.0" } |
|
|
|
|
postgres = { module = "org.postgresql:postgresql", version = "42.5.4" } |
|
|
|
|
result-core = { module = "com.michael-bull.kotlin-result:kotlin-result", version = "1.1.16" } |
|
|
|
|
result-coroutines = { module = "com.michael-bull.kotlin-result:kotlin-result-coroutines", version = "1.1.16" } |
|
|
|
|
runelite-client = { module = "net.runelite:client", version = "1.9.10" } |
|
|
|
|
runelite-client = { module = "net.runelite:client", version = "1.9.11.1" } |
|
|
|
|
sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.40.1.0" } |
|
|
|
|
thymeleaf-core = { module = "org.thymeleaf:thymeleaf", version = "3.1.1.RELEASE" } |
|
|
|
|
thymeleaf-java8time = { module = "org.thymeleaf.extras:thymeleaf-extras-java8time", version = "3.0.4.RELEASE" } |
|
|
|
|