From d1c1b7ff19c87bfbacfd460e6b228c2c53ec3ab6 Mon Sep 17 00:00:00 2001 From: Uno Date: Tue, 13 Jul 2021 05:23:02 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20#3=20-=20config=20tree=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit config tree 하면 `Duration` 타입 convert 안 되는 버그 발견. 알고 보니 2.4.1 에서 패치됐다. * spring-projects/spring-boot#24171 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6b2693b..43ed04f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.4.0' + id 'org.springframework.boot' version '2.4.1' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' }