From 71df240cf5945b458b36e1d698f9a20518133015 Mon Sep 17 00:00:00 2001 From: Scott Murphy Heiberg Date: Thu, 24 Oct 2024 12:15:52 -0700 Subject: [PATCH] Use Spring Boot 3.3.5 --- spring-boot-starter-sitemesh/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-starter-sitemesh/build.gradle b/spring-boot-starter-sitemesh/build.gradle index cfffa27..67f7e16 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.4' + api 'org.springframework.boot:spring-boot-starter-web:3.3.5' } \ No newline at end of file