File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ pluginManagement {
8
8
9
9
plugins {
10
10
id(" org.springframework.boot" ) version springBootVersion
11
- id(" io.spring.dependency-management" ) version " 1.1.5 "
11
+ id(" io.spring.dependency-management" ) version " 1.1.7 "
12
12
id(" org.jetbrains.kotlin.jvm" ) version kotlinVersion
13
13
id(" org.jetbrains.kotlin.plugin.spring" ) version kotlinVersion
14
14
15
- id(" com.google.cloud.artifactregistry.gradle-plugin" ) version " 2.2.2 "
15
+ id(" com.google.cloud.artifactregistry.gradle-plugin" ) version " 2.2.5 "
16
16
id(" nu.studer.jooq" ) version " 9.0"
17
- id(" org.openapi.generator" ) version " 7.6 .0"
17
+ id(" org.openapi.generator" ) version " 7.12 .0"
18
18
id(" com.bmuschko.docker-remote-api" ) version " 9.4.0"
19
19
id(" org.flywaydb.flyway" ) version flywayVersion
20
20
id(" com.diffplug.spotless" ) version " 6.25.0"
@@ -24,7 +24,7 @@ pluginManagement {
24
24
}
25
25
}
26
26
plugins {
27
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8 .0"
27
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.9 .0"
28
28
}
29
29
30
30
buildscript {
You can’t perform that action at this time.
0 commit comments