We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fcf2a commit bd83cf1Copy full SHA for bd83cf1
settings.gradle
@@ -1,7 +1,7 @@
1
pluginManagement {
2
plugins {
3
id 'io.spring.dependency-management' version "1.1.6"
4
- id 'org.springframework.boot' version "3.3.3"
+ id 'org.springframework.boot' version "3.3.4"
5
['jvm', 'plugin.spring', 'plugin.jpa'].forEach(postfix -> {
6
id "org.jetbrains.kotlin.${postfix}" version "1.8.0"
7
})
0 commit comments