From 581a727753ec9be3ee1223d0d43ddf314e174691 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 1 Mar 2024 11:49:44 -0600 Subject: [PATCH] Update time-spel-log sample to Boot 3.2.3 --- samples/time-spel-log/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/time-spel-log/build.gradle b/samples/time-spel-log/build.gradle index 4aecb988..6c330167 100644 --- a/samples/time-spel-log/build.gradle +++ b/samples/time-spel-log/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.2.1' + id 'org.springframework.boot' version '3.2.3' id 'io.spring.dependency-management' version '1.1.4' }