Skip to content

Commit

Permalink
Fix #3 - config tree 버그
Browse files Browse the repository at this point in the history
config tree 하면 `Duration` 타입 convert 안 되는
버그 발견.
알고 보니 2.4.1 에서 패치됐다.

* spring-projects/spring-boot#24171
  • Loading branch information
djkeh committed Jul 12, 2021
1 parent ee1f206 commit d1c1b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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'
}
Expand Down

0 comments on commit d1c1b7f

Please sign in to comment.