Skip to content

Commit

Permalink
junit deps fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yacekmm committed Oct 10, 2024
1 parent f9d86ae commit 5ec32d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions services/Pricing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ dependencies {

testImplementation project(':libs:SharedLib')
testImplementation project(':libs:SharedLib').sourceSets.test.output
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
testImplementation 'org.junit.platform:junit-platform-commons:1.11.2'
testImplementation 'org.junit.platform:junit-platform-launcher:1.11.2'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.assertj:assertj-vavr:0.4.3'

Expand Down
6 changes: 4 additions & 2 deletions services/Promoter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ dependencies {

testImplementation project(':libs:SharedLib')
testImplementation project(':libs:SharedLib').sourceSets.test.output
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
testImplementation 'org.junit.platform:junit-platform-commons:1.11.2'
testImplementation 'org.junit.platform:junit-platform-launcher:1.11.2'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.assertj:assertj-vavr:0.4.3'

Expand Down
6 changes: 4 additions & 2 deletions services/Sales/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ dependencies {

testImplementation project(':libs:SharedLib')
testImplementation project(':libs:SharedLib').sourceSets.test.output
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
testImplementation 'org.junit.platform:junit-platform-commons:1.11.2'
testImplementation 'org.junit.platform:junit-platform-launcher:1.11.2'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.assertj:assertj-vavr:0.4.3'

Expand Down

0 comments on commit 5ec32d2

Please sign in to comment.