Skip to content

Commit d486431

Browse files
authored
update build dependencies (#176)
1 parent f64a093 commit d486431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
pluginManagement {
1717
plugins {
18-
id("com.diffplug.spotless") version "6.5.1"
18+
id("com.diffplug.spotless") version "6.6.1"
1919
id("com.github.ben-manes.versions") version "0.42.0"
2020
id("com.github.jk1.dependency-license-report") version "2.1"
2121
id("com.github.johnrengelman.shadow") version "7.1.2"
2222
id("com.google.cloud.tools.jib") version "3.2.1"
2323
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
2424
id("nebula.release") version "16.0.0"
25-
id("org.springframework.boot") version "2.6.7"
25+
id("org.springframework.boot") version "2.6.8"
2626
}
2727
}
2828

0 commit comments

Comments
 (0)