Skip to content

Commit

Permalink
bump spring-boot -> 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jactor-rises committed Jun 16, 2024
1 parent 51cb894 commit ed12b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion persistence/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = "2.0.x-SNAPSHOT"
description = "jactor::persistence"

plugins {
id("org.springframework.boot") version "3.2.5"
id("org.springframework.boot") version "3.3.0"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = "1.0.x-SNAPSHOT"
description = "jactor-web"

plugins {
id("org.springframework.boot") version "3.2.5"
id("org.springframework.boot") version "3.3.0"
}

dependencies {
Expand Down

0 comments on commit ed12b17

Please sign in to comment.