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 328e5c1 commit 1a5b211Copy full SHA for 1a5b211
1 file changed
settings.gradle.kts
@@ -8,13 +8,13 @@ pluginManagement {
8
9
plugins {
10
id("org.springframework.boot") version springBootVersion
11
- id("io.spring.dependency-management") version "1.1.5"
+ id("io.spring.dependency-management") version "1.1.6"
12
id("org.jetbrains.kotlin.jvm") version kotlinVersion
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"
17
- id("org.openapi.generator") version "7.6.0"
+ id("org.openapi.generator") version "7.7.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"
0 commit comments