diff --git a/build.gradle b/build.gradle index 216bdde..2024369 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { maven { url 'https://repo.spring.io/plugins-release' } } dependencies { - classpath 'io.spring.gradle:dependency-management-plugin:1.0.7.RELEASE' + classpath 'io.spring.gradle:dependency-management-plugin:1.0.8.RELEASE' } }