diff --git a/settings.gradle b/settings.gradle index a25b2522..c7b9f366 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,8 +13,8 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.12.5" - id "io.spring.ge.conventions" version "0.0.13" + id "com.gradle.enterprise" version "3.15.1" + id "io.spring.ge.conventions" version "0.0.15" } rootProject.name = "spring-restdocs"