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.2.202306221912-r
  • Loading branch information
renovate-bot committed Dec 25, 2023
1 parent 762ed2c commit 2c2ed0a
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.2.202306221912-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.2.202306221912-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 2c2ed0a

Please sign in to comment.