Skip to content

Commit

Permalink
Upgrade spring boot to test deploying to new server
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Aug 21, 2023
1 parent 35574c2 commit ef65a77
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 @@ -6,7 +6,7 @@ plugins {
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
kotlin("plugin.jpa") version kotlinVersion
id("org.springframework.boot") version "3.1.0"
id("org.springframework.boot") version "3.1.2"
id("io.spring.dependency-management") version "1.1.0"
id("me.qoomon.git-versioning") version "6.4.1"
id("com.diffplug.spotless") version "6.20.0"
Expand Down

0 comments on commit ef65a77

Please sign in to comment.