diff --git a/examples/springboot/build.gradle b/examples/springboot/build.gradle index d6c23fe..78331aa 100644 --- a/examples/springboot/build.gradle +++ b/examples/springboot/build.gradle @@ -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' diff --git a/spring-boot-starter-sitemesh/build.gradle b/spring-boot-starter-sitemesh/build.gradle index 1078479..dc6fbfe 100644 --- a/spring-boot-starter-sitemesh/build.gradle +++ b/spring-boot-starter-sitemesh/build.gradle @@ -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' } \ No newline at end of file