Skip to content

Commit

Permalink
⬆️(deps): Update dependency org.eclipse.jgit:org.eclipse.jgit to v6.6…
Browse files Browse the repository at this point in the history
….1.202309021850-r (#1010)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 3, 2023
1 parent 22ae835 commit 445acdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-transformation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jar {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
dependencies {
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '6.6.0.202305301015-r'
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '6.6.1.202309021850-r'
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit.ssh.apache', version: '6.6.1.202309021850-r'
testImplementation "com.google.truth:truth:1.1.5"
implementation "com.github.docker-java:docker-java-core:+"
Expand Down

0 comments on commit 445acdf

Please sign in to comment.