diff --git a/examples/springboot/build.gradle b/examples/springboot/build.gradle index 78331aa..254f1cb 100644 --- a/examples/springboot/build.gradle +++ b/examples/springboot/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.3.1' - id 'io.spring.dependency-management' version '1.1.5' + id 'org.springframework.boot' version '3.3.3' + id 'io.spring.dependency-management' version '1.1.6' } ext.title = 'SiteMesh Example Spring Boot Application' diff --git a/spring-boot-starter-sitemesh/build.gradle b/spring-boot-starter-sitemesh/build.gradle index dc6fbfe..c7f7aef 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.3.1' + api 'org.springframework.boot:spring-boot-starter-web:3.3.3' } \ No newline at end of file