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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0fd77ced0e5 Bump org.ajoberstar.grgit:grgit-gradle from 4.1.1 to 5.3.2 
(#35301)
0fd77ced0e5 is described below

commit 0fd77ced0e5efba37ddc56d81ade38ef6756bb7e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 16 08:45:07 2025 -0400

    Bump org.ajoberstar.grgit:grgit-gradle from 4.1.1 to 5.3.2 (#35301)
    
    Bumps 
[org.ajoberstar.grgit:grgit-gradle](https://github.com/ajoberstar/grgit) from 
4.1.1 to 5.3.2.
    - [Release notes](https://github.com/ajoberstar/grgit/releases)
    - [Commits](https://github.com/ajoberstar/grgit/compare/4.1.1...5.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.ajoberstar.grgit:grgit-gradle
      dependency-version: 5.3.2
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 buildSrc/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts
index d2f89cc6232..72481a60e7d 100644
--- a/buildSrc/build.gradle.kts
+++ b/buildSrc/build.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
   runtimeOnly("net.linguica.gradle:maven-settings-plugin:0.5")
   
runtimeOnly("gradle.plugin.io.pry.gradle.offline_dependencies:gradle-offline-dependencies-plugin:0.5.0")
 // Enable creating an offline repository
   runtimeOnly("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")                
                            // Enable errorprone Java static analysis
-  runtimeOnly("org.ajoberstar.grgit:grgit-gradle:4.1.1")                       
                            // Enable website git publish to asf-site branch
+  runtimeOnly("org.ajoberstar.grgit:grgit-gradle:5.3.2")                       
                            // Enable website git publish to asf-site branch
   runtimeOnly("com.avast.gradle:gradle-docker-compose-plugin:0.16.12")         
                            // Enable docker compose tasks
   runtimeOnly("ca.cutterslade.gradle:gradle-dependency-analyze:1.8.3")         
                            // Enable dep analysis
   runtimeOnly("gradle.plugin.net.ossindex:ossindex-gradle-plugin:0.4.11")      
                            // Enable dep vulnerability analysis

Reply via email to