Skip to content

Commit

Permalink
libs.junit
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdyx committed Feb 24, 2025
1 parent 3d1bca3 commit 14ab3df
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation project(':main')
implementation libs.flogger
implementation libs.flogger.system.backend
testImplementation group: 'junit', name: 'junit', version: '4.13'
testImplementation libs.junit
testImplementation libs.truth
testImplementation libs.truth.extension
testImplementation libs.mockito.core
Expand Down
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation libs.flogger.system.backend
implementation libs.guava

testImplementation group: 'junit', name: 'junit', version: '4.13'
testImplementation libs.junit
testImplementation libs.truth
testImplementation libs.truth.extension
testImplementation libs.mockito.core
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation libs.aspectjrt
implementation libs.aspectjrt.weaver
testImplementation libs.flogger.system.backend
testImplementation group: 'junit', name: 'junit', version: '4.13'
testImplementation libs.junit
testImplementation libs.truth
testImplementation libs.truth.extension
testImplementation libs.mockito.core
Expand Down
2 changes: 1 addition & 1 deletion main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation libs.flexmark
implementation libs.classgraph
implementation libs.location.tech
testImplementation group: 'junit', name: 'junit', version: '4.13'
testImplementation libs.junit
testImplementation libs.truth
testImplementation libs.truth.extension
testImplementation libs.mockito.core
Expand Down
2 changes: 1 addition & 1 deletion processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation libs.flogger
implementation libs.univocity.parsers
implementation libs.geometry
testImplementation group: 'junit', name: 'junit', version: '4.13'
testImplementation libs.junit
testImplementation libs.truth
}

2 changes: 1 addition & 1 deletion processor/notices/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation libs.commons.lang3
implementation libs.guava
implementation libs.gson
testImplementation group: 'junit', name: 'junit', version: '4.13'
testImplementation libs.junit
testImplementation libs.truth
}

Expand Down

0 comments on commit 14ab3df

Please sign in to comment.