Skip to content

Commit 4701b9a

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v5.13.5.202508271544-r
1 parent 663675b commit 4701b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/crlf-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ plugins {
2121
}
2222

2323
dependencies {
24-
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r")
24+
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.5.202508271544-r")
2525
}

plugins/stage-vote-release-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation(project(":plugins:crlf-plugin"))
3333
implementation(project(":plugins:license-gather-plugin"))
3434
implementation(project(":plugins:gradle-extensions-plugin"))
35-
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r")
35+
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.5.202508271544-r")
3636
implementation("org.ajoberstar.grgit:grgit-gradle:4.1.1")
3737
implementation("org.ajoberstar.grgit:grgit-core:4.1.1")
3838
implementation("io.github.gradle-nexus:publish-plugin:2.0.0")

0 commit comments

Comments
 (0)