Skip to content

Commit 695b94a

Browse files
committed
fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v5.13.3.202401111512-r
1 parent c6b1d52 commit 695b94a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/crlf-plugin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
*/
1717

1818
dependencies {
19-
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r")
19+
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r")
2020
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation(project(":plugins:crlf-plugin"))
2020
implementation(project(":plugins:license-gather-plugin"))
2121
implementation(project(":plugins:gradle-extensions-plugin"))
22-
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r")
22+
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r")
2323
implementation("org.ajoberstar.grgit:grgit-gradle:4.1.1")
2424
implementation("org.ajoberstar.grgit:grgit-core:4.1.1")
2525
implementation("de.marcphilipp.gradle:nexus-publish-plugin:0.4.0")

0 commit comments

Comments
 (0)