Skip to content

Commit

Permalink
Update Spring
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Jun 21, 2024
1 parent acba228 commit 0906643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/springboot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.1.4'
id 'io.spring.dependency-management' version '1.1.3'
id 'org.springframework.boot' version '3.3.1'
id 'io.spring.dependency-management' version '1.1.5'
}

ext.title = 'SiteMesh Example Spring Boot Application'
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter-sitemesh/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ description = 'SiteMesh Spring Boot Starter'

dependencies {
api project(':sitemesh')
api 'org.springframework.boot:spring-boot-starter-web:3.2.5'
api 'org.springframework.boot:spring-boot-starter-web:3.3.1'
}

0 comments on commit 0906643

Please sign in to comment.