Skip to content

Commit

Permalink
fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v5.…
Browse files Browse the repository at this point in the history
…13.3.202401111512-r
  • Loading branch information
renovate-bot committed Jan 11, 2024
1 parent c6b1d52 commit 695b94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/crlf-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
*/

dependencies {
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r")
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r")
}
2 changes: 1 addition & 1 deletion plugins/stage-vote-release-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation(project(":plugins:crlf-plugin"))
implementation(project(":plugins:license-gather-plugin"))
implementation(project(":plugins:gradle-extensions-plugin"))
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r")
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r")
implementation("org.ajoberstar.grgit:grgit-gradle:4.1.1")
implementation("org.ajoberstar.grgit:grgit-core:4.1.1")
implementation("de.marcphilipp.gradle:nexus-publish-plugin:0.4.0")
Expand Down

0 comments on commit 695b94a

Please sign in to comment.