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

Commit

Permalink
Merge pull request #153 from zacharygoodwin/PROC-1417
Browse files Browse the repository at this point in the history
PROC-1417: Fix dependency
  • Loading branch information
zacharygoodwin authored Feb 2, 2024
2 parents 2ddfbb8 + 6b48d4a commit 4676039
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 4676039

Please sign in to comment.