Browse Source

Upgrade com.gradle.enterprise plugin to 3.16.2

Closes gh-1548
Maksim Sasnouski 1 year ago
parent
commit
4fa8755ca7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      settings.gradle

+ 2 - 2
settings.gradle

@@ -5,8 +5,8 @@ pluginManagement {
 }
 
 plugins {
-	id "com.gradle.enterprise" version "3.13.3"
-	id "io.spring.ge.conventions" version "0.0.13"
+	id "com.gradle.enterprise" version "3.16.2"
+	id "io.spring.ge.conventions" version "0.0.15"
 }
 
 dependencyResolutionManagement {