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 2023/05/19 07:53:37 UTC

[jmeter] branch master updated: fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v5.13.1.202206130422-r

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 1076baf68f fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v5.13.1.202206130422-r
1076baf68f is described below

commit 1076baf68f76deb282a01f522428909c139771f3
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Fri May 19 07:10:47 2023 +0000

    fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v5.13.1.202206130422-r
---
 build-logic/batchtest/build.gradle.kts | 2 +-
 settings.gradle.kts                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-logic/batchtest/build.gradle.kts b/build-logic/batchtest/build.gradle.kts
index f36e54aae8..72b7467a27 100644
--- a/build-logic/batchtest/build.gradle.kts
+++ b/build-logic/batchtest/build.gradle.kts
@@ -21,5 +21,5 @@ plugins {
 
 dependencies {
     implementation("org.ajoberstar.grgit:grgit-gradle:4.1.1")
-    implementation("org.eclipse.jgit:org.eclipse.jgit:5.11.0.202103091610-r")
+    implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.1.202206130422-r")
 }
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 964187de10..62aaa53a42 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -132,7 +132,7 @@ buildscript {
             exclude("org.jetbrains.kotlin", "kotlin-stdlib")
         }
         // Remove when Autostyle updates jgit dependency
-        classpath("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r")
+        classpath("org.eclipse.jgit:org.eclipse.jgit:5.13.1.202206130422-r")
     }
     repositories {
         gradlePluginPortal()