mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
Update dependencies (#701)
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
[versions]
|
||||
kotlin = "1.9.0"
|
||||
coroutines = "1.7.2"
|
||||
serialization = "1.5.1"
|
||||
kotlin = "1.9.10"
|
||||
coroutines = "1.7.3"
|
||||
serialization = "1.6.0"
|
||||
okhttp = "5.0.0-alpha.11" # Major version is locked by Tachiyomi extensions
|
||||
javalin = "4.6.8" # Javalin 5.0.0+ requires Java 11
|
||||
jackson = "2.13.3" # jackson version locked by javalin, ref: `io.javalin.core.util.OptionalDependency`
|
||||
exposed = "0.40.1"
|
||||
dex2jar = "v64"
|
||||
dex2jar = "v74"
|
||||
rhino = "1.7.14"
|
||||
settings = "1.0.0-RC"
|
||||
twelvemonkeys = "3.9.4"
|
||||
playwright = "1.28.0"
|
||||
graphqlkotlin = "6.5.6"
|
||||
xmlserialization = "0.86.1"
|
||||
xmlserialization = "0.86.2"
|
||||
|
||||
[libraries]
|
||||
# Kotlin
|
||||
@@ -33,8 +33,8 @@ serialization-xml-core = { module = "io.github.pdvrieze.xmlutil:core-jvm", versi
|
||||
serialization-xml = { module = "io.github.pdvrieze.xmlutil:serialization-jvm", version.ref = "xmlserialization" }
|
||||
|
||||
# Logging
|
||||
slf4japi = "org.slf4j:slf4j-api:2.0.7"
|
||||
logback = "ch.qos.logback:logback-classic:1.3.8"
|
||||
slf4japi = "org.slf4j:slf4j-api:2.0.9"
|
||||
logback = "ch.qos.logback:logback-classic:1.3.11"
|
||||
kotlinlogging = "io.github.microutils:kotlin-logging:3.0.5"
|
||||
|
||||
# OkHttp
|
||||
@@ -89,7 +89,7 @@ sort = "com.github.gpanther:java-nat-sort:natural-comparator-1.1"
|
||||
android-stubs = "com.github.Suwayomi:android-jar:1.0.0"
|
||||
|
||||
# Asm modificiation
|
||||
asm = "org.ow2.asm:asm:9.4" # version locked by Dex2Jar
|
||||
asm = "org.ow2.asm:asm:9.5" # version locked by Dex2Jar
|
||||
dex2jar-translator = { module = "com.github.ThexXTURBOXx.dex2jar:dex-translator", version.ref = "dex2jar" }
|
||||
dex2jar-tools = { module = "com.github.ThexXTURBOXx.dex2jar:dex-tools", version.ref = "dex2jar" }
|
||||
|
||||
@@ -103,17 +103,17 @@ xmlpull = "xmlpull:xmlpull:1.1.3.4a"
|
||||
# Disk & File
|
||||
appdirs = "net.harawata:appdirs:1.2.1"
|
||||
zip4j = "net.lingala.zip4j:zip4j:2.11.5"
|
||||
commonscompress = "org.apache.commons:commons-compress:1.23.0"
|
||||
commonscompress = "org.apache.commons:commons-compress:1.24.0"
|
||||
junrar = "com.github.junrar:junrar:7.5.5"
|
||||
|
||||
# CloudflareInterceptor
|
||||
playwright = { module = "com.microsoft.playwright:playwright", version.ref = "playwright" }
|
||||
|
||||
# AES/CBC/PKCS7Padding Cypher provider
|
||||
bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.75"
|
||||
bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.76"
|
||||
|
||||
# AndroidX annotations
|
||||
android-annotations = "androidx.annotation:annotation:1.5.0"
|
||||
android-annotations = "androidx.annotation:annotation:1.7.0"
|
||||
|
||||
# Substitute for duktape-android
|
||||
rhino-runtime = { module = "org.mozilla:rhino-runtime", version.ref = "rhino" } # slimmer version of 'org.mozilla:rhino'
|
||||
@@ -136,13 +136,13 @@ twelvemonkeys-imageio-jpeg = { module = "com.twelvemonkeys.imageio:imageio-jpeg"
|
||||
twelvemonkeys-imageio-webp = { module = "com.twelvemonkeys.imageio:imageio-webp", version.ref = "twelvemonkeys" }
|
||||
|
||||
# Testing
|
||||
mockk = "io.mockk:mockk:1.13.5"
|
||||
mockk = "io.mockk:mockk:1.13.8"
|
||||
|
||||
# cron scheduler
|
||||
cron4j = "it.sauronsoftware.cron4j:cron4j:2.2.5"
|
||||
|
||||
# cron-utils
|
||||
cronUtils = "com.cronutils:cron-utils:9.2.0"
|
||||
cronUtils = "com.cronutils:cron-utils:9.2.1"
|
||||
|
||||
[plugins]
|
||||
# Kotlin
|
||||
|
||||
Reference in New Issue
Block a user