mirror of
https://github.com/gotson/komga.git
synced 2026-01-01 05:14:23 +01:00
build(komga-deps): bump dependencies
This commit is contained in:
parent
c057d09d21
commit
7168af4e3f
1 changed files with 15 additions and 15 deletions
|
|
@ -63,19 +63,19 @@ dependencies {
|
|||
implementation("org.flywaydb:flyway-core")
|
||||
|
||||
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
|
||||
implementation("io.hawt:hawtio-springboot:2.17.4")
|
||||
implementation("io.hawt:hawtio-springboot:2.17.6")
|
||||
|
||||
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0")
|
||||
|
||||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
|
||||
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml")
|
||||
|
||||
implementation("commons-io:commons-io:2.13.0")
|
||||
implementation("org.apache.commons:commons-lang3:3.12.0")
|
||||
implementation("commons-io:commons-io:2.14.0")
|
||||
implementation("org.apache.commons:commons-lang3:3.13.0")
|
||||
implementation("commons-validator:commons-validator:1.7")
|
||||
|
||||
run {
|
||||
val luceneVersion = "9.7.0"
|
||||
val luceneVersion = "9.8.0"
|
||||
implementation("org.apache.lucene:lucene-core:$luceneVersion")
|
||||
implementation("org.apache.lucene:lucene-analysis-common:$luceneVersion")
|
||||
implementation("org.apache.lucene:lucene-queryparser:$luceneVersion")
|
||||
|
|
@ -86,14 +86,14 @@ dependencies {
|
|||
|
||||
implementation("com.appmattus.crypto:cryptohash:0.10.1")
|
||||
|
||||
implementation("org.apache.tika:tika-core:2.8.0")
|
||||
implementation("org.apache.commons:commons-compress:1.23.0")
|
||||
implementation("com.github.junrar:junrar:7.5.4")
|
||||
implementation("org.apache.tika:tika-core:2.9.0")
|
||||
implementation("org.apache.commons:commons-compress:1.24.0")
|
||||
implementation("com.github.junrar:junrar:7.5.5")
|
||||
implementation("org.apache.pdfbox:pdfbox:2.0.28")
|
||||
implementation("net.grey-panther:natural-comparator:1.1")
|
||||
implementation("org.jsoup:jsoup:1.16.1")
|
||||
|
||||
implementation("net.coobird:thumbnailator:0.4.19")
|
||||
implementation("net.coobird:thumbnailator:0.4.20")
|
||||
runtimeOnly("com.twelvemonkeys.imageio:imageio-jpeg:3.9.4")
|
||||
runtimeOnly("com.twelvemonkeys.imageio:imageio-tiff:3.9.4")
|
||||
runtimeOnly("com.twelvemonkeys.imageio:imageio-webp:3.9.4")
|
||||
|
|
@ -103,11 +103,11 @@ dependencies {
|
|||
runtimeOnly("org.apache.pdfbox:jbig2-imageio:3.0.4")
|
||||
|
||||
// barcode scanning
|
||||
implementation("com.google.zxing:core:3.5.1")
|
||||
implementation("com.google.zxing:core:3.5.2")
|
||||
|
||||
implementation("com.jakewharton.byteunits:byteunits:0.9.1")
|
||||
|
||||
implementation("com.github.f4b6a3:tsid-creator:5.2.4")
|
||||
implementation("com.github.f4b6a3:tsid-creator:5.2.5")
|
||||
|
||||
implementation("com.github.ben-manes.caffeine:caffeine")
|
||||
|
||||
|
|
@ -124,13 +124,13 @@ dependencies {
|
|||
testImplementation("org.springframework.security:spring-security-test")
|
||||
testImplementation("com.ninja-squad:springmockk:4.0.2")
|
||||
testImplementation("io.mockk:mockk:1.13.5")
|
||||
testImplementation("com.google.jimfs:jimfs:1.2")
|
||||
testImplementation("com.google.jimfs:jimfs:1.3.0")
|
||||
|
||||
testImplementation("com.tngtech.archunit:archunit-junit5:1.0.1")
|
||||
testImplementation("com.tngtech.archunit:archunit-junit5:1.1.0")
|
||||
|
||||
benchmarkImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
|
||||
benchmarkImplementation("org.openjdk.jmh:jmh-core:1.36")
|
||||
kaptBenchmark("org.openjdk.jmh:jmh-generator-annprocess:1.36")
|
||||
benchmarkImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
|
||||
benchmarkImplementation("org.openjdk.jmh:jmh-core:1.37")
|
||||
kaptBenchmark("org.openjdk.jmh:jmh-generator-annprocess:1.37")
|
||||
kaptBenchmark("org.springframework.boot:spring-boot-configuration-processor:3.1.4")
|
||||
|
||||
developmentOnly("org.springframework.boot:spring-boot-devtools:3.1.4")
|
||||
|
|
|
|||
Loading…
Reference in a new issue