You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/11/15 11:15:20 UTC

[groovy] branch GROOVY_4_0_X updated: Bump com.gradle.enterprise from 3.11.3 to 3.11.4

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

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


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new 8a83533800 Bump com.gradle.enterprise from 3.11.3 to 3.11.4
8a83533800 is described below

commit 8a83533800542775ab1e288bd3636e3b3a3773c1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 9 01:06:54 2022 +0000

    Bump com.gradle.enterprise from 3.11.3 to 3.11.4
    
    Bumps com.gradle.enterprise from 3.11.3 to 3.11.4.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle.enterprise
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 1ce2d0df12..a7e9e63c05 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.3"
+    id "com.gradle.enterprise" version "3.11.4"
 }
 
 gradleEnterprise {