Skip to content

Commit

Permalink
Merge pull request #8 from meik99/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.junit:junit-bom to v5.9.3
  • Loading branch information
meik99 committed Jun 15, 2023
2 parents 8a7a441 + 304aba6 commit 99db0d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adapter/designspace/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

implementation("at.jku.isse.designspace.sdk:main:4.0")

testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation platform('org.junit:junit-bom:5.9.3')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation "org.mockito:mockito-core:5.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion adapter/golang/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

implementation project(':ecco-service')

testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation platform('org.junit:junit-bom:5.9.3')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation "org.mockito:mockito-core:5.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
testImplementation project(':ecco-adapter-image')
testImplementation project(':ecco-adapter-golang')

testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation platform('org.junit:junit-bom:5.9.3')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation "org.mockito:mockito-core:5.3.1"
}
Expand Down

0 comments on commit 99db0d9

Please sign in to comment.