Update Gradle Enterprise Plugin versions

Closes gh-26374
This commit is contained in:
Nelson Osacky 2021-01-12 13:28:04 +01:00 committed by Brian Clozel
parent 3112dc5f81
commit ea4fe7eaf7
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ pluginManagement {
}
plugins {
id "com.gradle.enterprise" version "3.2"
id "io.spring.gradle-enterprise-conventions" version "0.0.2"
id "com.gradle.enterprise" version "3.5.1"
id "io.spring.ge.conventions" version "0.0.7"
}
include "spring-aop"