mirror of
https://github.com/gotson/komga.git
synced 2026-01-02 05:47:42 +01:00
build(deps): bump jooq's gradle plugin to 8.1
This commit is contained in:
parent
1b69cd03b5
commit
03929e42e7
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ plugins {
|
|||
}
|
||||
id("org.springframework.boot") version "3.0.2"
|
||||
id("com.gorylenko.gradle-git-properties") version "2.4.1"
|
||||
id("nu.studer.jooq") version "5.2.2" // 6.0.0 requires Java 11
|
||||
id("nu.studer.jooq") version "8.1"
|
||||
id("org.flywaydb.flyway") version "8.5.13"
|
||||
id("com.github.johnrengelman.processes") version "0.5.0"
|
||||
id("org.springdoc.openapi-gradle-plugin") version "1.5.0"
|
||||
|
|
@ -263,7 +263,7 @@ tasks.flywayMigrate {
|
|||
}
|
||||
|
||||
jooq {
|
||||
version.set("3.14.8")
|
||||
version.set("3.17.4")
|
||||
configurations {
|
||||
create("main") {
|
||||
jooqConfiguration.apply {
|
||||
|
|
|
|||
Loading…
Reference in a new issue