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 339a56d commit 5424a3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "2.5.0" // остальные плагины
id("org.springframework.boot") version "2.3.5.RELEASE"
// остальные плагины
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 5424a3a

Please sign in to comment.