diff --git a/CHANGELOG.md b/CHANGELOG.md index dc1c468..2f8117e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.1.4 - 2018-12-03 + +* With Spring Boot 2.1.1, instead of using `groovy-all`, use `groovy` instead. + ## 0.1.3 - 2018-11-20 * REFACTOR - `MailService.getText(..)` - Changed modifier from `private` to `public`. diff --git a/README.md b/README.md index 6b84ef6..578d28a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This will be the last email service I will ever write in my whole lifetime. com.github.choonchernlim spring-boot-mail - 0.1.3 + 0.1.4 ``` diff --git a/pom.xml b/pom.xml index 54ea1a9..d83dc22 100644 --- a/pom.xml +++ b/pom.xml @@ -6,29 +6,19 @@ com.github.choonchernlim spring-boot-ci - 0.3.2 + 0.4.0 com.github.choonchernlim spring-boot-mail - 0.1.3 - - - - - org.spockframework - spock-spring - ${spock.version} - - - + 0.1.4 org.codehaus.groovy - groovy-all + groovy org.springframework.boot