We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae57c0b commit 377495fCopy full SHA for 377495f
settings.gradle.kts
@@ -13,11 +13,11 @@ pluginManagement {
13
id("org.jetbrains.kotlin.plugin.spring") version kotlinVersion
14
15
id("com.google.cloud.artifactregistry.gradle-plugin") version "2.2.2"
16
- id("nu.studer.jooq") version "9.0"
+ id("nu.studer.jooq") version "10.1"
17
id("org.openapi.generator") version "7.6.0"
18
id("com.bmuschko.docker-remote-api") version "9.4.0"
19
id("org.flywaydb.flyway") version flywayVersion
20
- id("com.diffplug.spotless") version "6.25.0"
+ id("com.diffplug.spotless") version "7.0.3"
21
22
// For the DBT module, which doesn't use the spring boot jar
23
id("com.github.johnrengelman.shadow") version "8.1.1"
0 commit comments