Skip to content

Commit

Permalink
Update Spring Boot version
Browse files Browse the repository at this point in the history
  • Loading branch information
77alf77 committed Aug 2, 2024
1 parent 6e7a28f commit 339a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "2.5.0"
id("org.springframework.boot") version "2.5.0" // остальные плагины
id("io.spring.dependency-management") version "1.0.10.RELEASE"
id("org.jetbrains.kotlin.plugin.jpa") version "1.4.20-RC"
kotlin("jvm") version "1.4.10"
Expand Down

0 comments on commit 339a56d

Please sign in to comment.