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 f64a093 commit d486431Copy full SHA for d486431
settings.gradle.kts
@@ -15,14 +15,14 @@
15
16
pluginManagement {
17
plugins {
18
- id("com.diffplug.spotless") version "6.5.1"
+ id("com.diffplug.spotless") version "6.6.1"
19
id("com.github.ben-manes.versions") version "0.42.0"
20
id("com.github.jk1.dependency-license-report") version "2.1"
21
id("com.github.johnrengelman.shadow") version "7.1.2"
22
id("com.google.cloud.tools.jib") version "3.2.1"
23
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
24
id("nebula.release") version "16.0.0"
25
- id("org.springframework.boot") version "2.6.7"
+ id("org.springframework.boot") version "2.6.8"
26
}
27
28
0 commit comments