Skip to content

Commit

Permalink
upgrade the springboot (#2346)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigershi committed May 31, 2023
1 parent 1f24578 commit 3ca3861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions g11n-ws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

buildscript {
ext {
springBootVersion = '2.7.11'
springBootVersion = '2.7.12'
}
repositories {
mavenLocal()
Expand Down Expand Up @@ -54,7 +54,7 @@ subprojects{

projectVersion = '0.0.1-SNAPSHOT'
springWebVersion='5.3.27'
tomcatVersion= '9.0.74'
tomcatVersion= '9.0.75'
httpclient='4.5.13'
jacksonVersion = '2.15.1'
sqliteVersion= '3.41.2.1'
Expand Down

0 comments on commit 3ca3861

Please sign in to comment.