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 5145acd commit 8a939d5Copy full SHA for 8a939d5
build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
15
16
plugins {
17
val kotlinVersion = "1.7.20"
18
- id("org.springframework.boot") version "2.7.4"
+ id("org.springframework.boot") version "2.7.5"
19
kotlin("jvm") version kotlinVersion
20
kotlin("plugin.spring") version kotlinVersion
21
kotlin("plugin.jpa") version kotlinVersion
0 commit comments