Skip to content

Commit

Permalink
chore: upgrade spring framework version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
heowc authored Jun 24, 2024
1 parent 253e399 commit a1d0f00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions heo-cli/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
id 'java-library'
id 'org.springframework.boot' version '3.2.4'
id 'org.springframework.boot' version '3.3.1'
id 'io.spring.dependency-management' version '1.1.4'
}

ext {
set('springShellVersion', "3.2.3")
set('springShellVersion', "3.3.0")
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions heo-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java-library'
id 'org.springframework.boot' version '3.2.4'
id 'org.springframework.boot' version '3.3.1'
id 'io.spring.dependency-management' version '1.1.4'
id 'maven-publish'
}
Expand All @@ -13,7 +13,7 @@ bootJar {

dependencyManagement {
imports {
mavenBom "org.springframework.boot:spring-boot-dependencies:3.2.4"
mavenBom "org.springframework.boot:spring-boot-dependencies:3.3.1"
}
}

Expand Down

0 comments on commit a1d0f00

Please sign in to comment.