Update dependency org.eclipse.jgit:org.eclipse.jgit to v7.7.0.202606012155-r (#12)
Deploy / build (push) Successful in 2m22s

This commit was merged in pull request #12.
This commit is contained in:
2026-06-10 18:00:31 +02:00
parent 99f2ebcad0
commit 382d9ef1cd
+1 -1
View File
@@ -29,7 +29,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator") implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf") implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
implementation("org.springframework.boot:spring-boot-starter-webmvc") implementation("org.springframework.boot:spring-boot-starter-webmvc")
implementation("org.eclipse.jgit:org.eclipse.jgit:7.6.0.202603022253-r") implementation("org.eclipse.jgit:org.eclipse.jgit:7.7.0.202606012155-r")
compileOnly("org.projectlombok:lombok") compileOnly("org.projectlombok:lombok")
developmentOnly("org.springframework.boot:spring-boot-devtools") developmentOnly("org.springframework.boot:spring-boot-devtools")
runtimeOnly("io.micrometer:micrometer-registry-prometheus") runtimeOnly("io.micrometer:micrometer-registry-prometheus")