mirror of
https://github.com/gotson/komga.git
synced 2025-01-09 04:08:00 +08:00
build(deps): bump springboot to 3.1.0
This commit is contained in:
parent
2bf5dc3e73
commit
1617fdf567
@ -11,7 +11,7 @@ plugins {
|
||||
kotlin("plugin.spring")
|
||||
kotlin("kapt")
|
||||
}
|
||||
id("org.springframework.boot") version "3.0.2"
|
||||
id("org.springframework.boot") version "3.1.0"
|
||||
id("com.gorylenko.gradle-git-properties") version "2.4.1"
|
||||
id("nu.studer.jooq") version "8.1"
|
||||
id("org.flywaydb.flyway") version "9.7.0"
|
||||
@ -42,7 +42,7 @@ dependencies {
|
||||
implementation(kotlin("stdlib-jdk8"))
|
||||
implementation(kotlin("reflect"))
|
||||
|
||||
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.0.2"))
|
||||
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.1.0"))
|
||||
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("org.springframework.boot:spring-boot-starter-validation")
|
||||
@ -56,7 +56,7 @@ dependencies {
|
||||
implementation("com.github.gotson:spring-session-caffeine:2.0.0")
|
||||
implementation("org.springframework.data:spring-data-commons")
|
||||
|
||||
kapt("org.springframework.boot:spring-boot-configuration-processor:3.0.2")
|
||||
kapt("org.springframework.boot:spring-boot-configuration-processor:3.1.0")
|
||||
|
||||
implementation("org.apache.activemq:artemis-jakarta-server")
|
||||
|
||||
@ -125,9 +125,9 @@ dependencies {
|
||||
benchmarkImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
|
||||
benchmarkImplementation("org.openjdk.jmh:jmh-core:1.36")
|
||||
kaptBenchmark("org.openjdk.jmh:jmh-generator-annprocess:1.36")
|
||||
kaptBenchmark("org.springframework.boot:spring-boot-configuration-processor:3.0.2")
|
||||
kaptBenchmark("org.springframework.boot:spring-boot-configuration-processor:3.1.0")
|
||||
|
||||
developmentOnly("org.springframework.boot:spring-boot-devtools:3.0.2")
|
||||
developmentOnly("org.springframework.boot:spring-boot-devtools:3.1.0")
|
||||
}
|
||||
|
||||
val webui = "$rootDir/komga-webui"
|
||||
|
Loading…
Reference in New Issue
Block a user