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