Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yacekmm committed Mar 3, 2025
1 parent d38407b commit 7f4ee82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/Pricing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {
testImplementation project(':libs:SharedLib').sourceSets.test.output
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
testImplementation 'org.junit.platform:junit-platform-commons:1.11.2'
testImplementation 'org.junit.platform:junit-platform-commons:1.12.0'
testImplementation 'org.junit.platform:junit-platform-launcher:1.12.0'
testImplementation 'org.assertj:assertj-core:3.27.0'
testImplementation 'org.assertj:assertj-vavr:0.4.3'
Expand Down
2 changes: 1 addition & 1 deletion services/Promoter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
testImplementation project(':libs:SharedLib')
testImplementation project(':libs:SharedLib').sourceSets.test.output
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
testImplementation 'org.junit.platform:junit-platform-commons:1.12.0'
testImplementation 'org.junit.platform:junit-platform-launcher:1.12.0'
testImplementation 'org.assertj:assertj-core:3.27.0'
Expand Down

0 comments on commit 7f4ee82

Please sign in to comment.