diff --git a/build.gradle b/build.gradle index 6220217..e74caa2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { kotlinVersion = '1.2.71' - springBootVersion = '2.1.3.RELEASE' + springBootVersion = '2.1.4.RELEASE' } repositories { mavenCentral() diff --git a/pom.xml b/pom.xml index 1209460..e19f12d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.3.RELEASE + 2.1.4.RELEASE