diff --git a/build.gradle b/build.gradle index 3d212f74..57c3e92e 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { maven { url 'http://repo.jenkins-ci.org/releases/' } } dependencies { - classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.4.1' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:3.0.4' } }