Skip to content

Commit

Permalink
Merge pull request #57 from boginw/dependabot/gradle/org.junit-junit-…
Browse files Browse the repository at this point in the history
…bom-5.10.3

Bump org.junit:junit-bom from 5.10.2 to 5.10.3
  • Loading branch information
boginw authored Jun 28, 2024
2 parents 054ec5f + 035d3bd commit 807f6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
compileOnly(gradleApi())
testImplementation gradleTestKit()
implementation "org.mybatis:mybatis-migrations:3.3.11"
testImplementation platform("org.junit:junit-bom:5.10.2")
testImplementation platform("org.junit:junit-bom:5.10.3")
testImplementation "org.junit.jupiter:junit-jupiter-api"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
testImplementation 'org.mockito:mockito-core:5.12.0'
Expand Down

0 comments on commit 807f6a3

Please sign in to comment.