Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

PROC-1417: Fix dependency #153

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proctor-store-git/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies {
implementation libs.log4jCore
compileOnly libs.jsr305
implementation 'com.indeed:util-varexport:1.0.49-1cfb888'
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.2.0.201812061821-r'
testImplementation 'org.eclipse.jgit:org.eclipse.jgit.junit:5.2.0.201812061821-r'
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r'
testImplementation 'org.eclipse.jgit:org.eclipse.jgit.junit:5.13.3.202401111512-r'
testImplementation libs.junit
testImplementation libs.assertj
}
Expand Down
4 changes: 2 additions & 2 deletions proctor-store-svn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies {
implementation libs.log4jCore
compileOnly libs.jsr305
implementation 'com.indeed:util-varexport:1.0.49-1cfb888'
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.2.0.201812061821-r'
testImplementation 'org.eclipse.jgit:org.eclipse.jgit.junit:5.2.0.201812061821-r'
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r'
testImplementation 'org.eclipse.jgit:org.eclipse.jgit.junit:5.13.3.202401111512-r'
testImplementation libs.junit
testImplementation libs.assertj
}
Expand Down
Loading