Update to Spring Gradle Enterprise Conventions 0.0.17

Closes gh-928
This commit is contained in:
Josh Cummings
2024-10-01 15:50:48 -06:00
parent 324cb4e0e5
commit 88eca5143d

View File

@@ -9,8 +9,8 @@ pluginManagement {
}
plugins {
id "com.gradle.enterprise" version "3.16.2"
id "io.spring.ge.conventions" version "0.0.15"
id "com.gradle.enterprise" version "3.17.2"
id "io.spring.ge.conventions" version "0.0.17"
}
dependencyResolutionManagement {