You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2022/09/26 10:07:48 UTC

[jmeter] branch master updated: Update grgit to 4.1.1 (from 4.1.0) (#691)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 45cd565ffa Update grgit to 4.1.1 (from 4.1.0) (#691)
45cd565ffa is described below

commit 45cd565ffa1cc606e42b9a3e8f1f5f961261e231
Author: Sampath <61...@users.noreply.github.com>
AuthorDate: Mon Sep 26 11:07:41 2022 +0100

    Update grgit to 4.1.1 (from 4.1.0) (#691)
---
 buildSrc/checksum.xml                               | 6 ++++++
 buildSrc/subprojects/batchtest/batchtest.gradle.kts | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/buildSrc/checksum.xml b/buildSrc/checksum.xml
index 4fbc3fd4bf..30aaae10ce 100644
--- a/buildSrc/checksum.xml
+++ b/buildSrc/checksum.xml
@@ -51,6 +51,12 @@
     <trusted-key id='2c7b12f2a511e325' group='org.slf4j' />
   </trusted-keys>
   <dependencies>
+    <dependency group='org.ajoberstar.grgit' module='grgit-gradle' version='4.1.1'>
+      <sha512>DB910E6A6A65DBB18E68D566F1CFD8B7CBF5F57F05A8FAC79EAB71830C5F5B5B7574F039A859EDEE6EF737E5B43B6E6985E0D1BC8D24195A11EB9E9807DFAC8A</sha512>
+    </dependency>
+    <dependency group='org.ajoberstar.grgit' module='grgit-core' version='4.1.1'>
+      <sha512>B1137C44F791BAD962C7D1FDE2DD54F6A2564097DA111BAE5D4764497E3679A8243728666C3947F6DCB464E2B6AE0592889DB9D4D69B407C4694DC01DE3C76E1</sha512>
+    </dependency>
     <dependency group='org.gradle.kotlin' module='gradle-kotlin-dsl-plugins' version='1.4.9'>
       <sha512>E2E7D75380BBFB3A6DAA93A75FAB9D8F4038D42FFBA93B9FE8A350C1BD735FF746A01E3FB76A62DFA7B26EDADA638EB045D45F47568A427E6C1505F70A92AE79</sha512>
     </dependency>
diff --git a/buildSrc/subprojects/batchtest/batchtest.gradle.kts b/buildSrc/subprojects/batchtest/batchtest.gradle.kts
index 40c2a43d46..1fc6766790 100644
--- a/buildSrc/subprojects/batchtest/batchtest.gradle.kts
+++ b/buildSrc/subprojects/batchtest/batchtest.gradle.kts
@@ -17,7 +17,7 @@
  */
 
 dependencies {
-    implementation("org.ajoberstar.grgit:grgit-gradle:4.1.0")
+    implementation("org.ajoberstar.grgit:grgit-gradle:4.1.1")
     implementation("org.eclipse.jgit:org.eclipse.jgit:5.11.0.202103091610-r")
 }