From f7579bc7d22313d2f9f3bf942d55a76154000d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:25:50 +0000 Subject: [PATCH] Bump org.ajoberstar.grgit:grgit-core from 5.2.2 to 5.3.0 Bumps [org.ajoberstar.grgit:grgit-core](https://github.com/ajoberstar/grgit) from 5.2.2 to 5.3.0. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/5.2.2...5.3.0) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit:grgit-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6b1baa66..6d3c472d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { runtimeOnly("com.kohlschutter.junixsocket:junixsocket-core:2.9.1") runtimeOnly("net.java.dev.jna:jna-platform:5.15.0") - testImplementation("org.ajoberstar.grgit:grgit-core:5.2.2") { + testImplementation("org.ajoberstar.grgit:grgit-core:5.3.0") { exclude("org.eclipse.jgit", "org.eclipse.jgit.ui") exclude("org.eclipse.jgit", "org.eclipse.jgit") }