From 7c595ef022c57bb5bde5d9cf66f575a11bc4032e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 May 2026 20:59:17 +0000 Subject: [PATCH] Update dependency org.eclipse.jgit:org.eclipse.jgit to v7.6.0.202603022253-r --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f8c0770..2822150 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-actuator") implementation("org.springframework.boot:spring-boot-starter-thymeleaf") implementation("org.springframework.boot:spring-boot-starter-webmvc") - implementation("org.eclipse.jgit:org.eclipse.jgit:7.2.0.202503040940-r") + implementation("org.eclipse.jgit:org.eclipse.jgit:7.6.0.202603022253-r") compileOnly("org.projectlombok:lombok") developmentOnly("org.springframework.boot:spring-boot-devtools") runtimeOnly("io.micrometer:micrometer-registry-prometheus")