You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2022/12/09 02:16:06 UTC

[groovy] branch master updated: Bump com.gradle.enterprise from 3.11.4 to 3.12

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new adfef9b63f Bump com.gradle.enterprise from 3.11.4 to 3.12
adfef9b63f is described below

commit adfef9b63f9ace679db09b87ba86b19b3763f7a5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 9 01:10:06 2022 +0000

    Bump com.gradle.enterprise from 3.11.4 to 3.12
    
    Bumps com.gradle.enterprise from 3.11.4 to 3.12.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle.enterprise
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index ad0efd6db2..5a36ac5a8f 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -30,7 +30,7 @@ pluginManagement {
 
 // check https://gradle.com/enterprise/releases with new versions. GE plugin version should not lag behind Gradle version
 plugins {
-    id "com.gradle.enterprise" version "3.11.4"
+    id "com.gradle.enterprise" version "3.12"
 }
 
 gradleEnterprise {