Skip to content

Commit

Permalink
Merge pull request #36 from komamitsu/dependabot/gradle/org.junit.jup…
Browse files Browse the repository at this point in the history
…iter-junit-jupiter-engine-5.10.2

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2
  • Loading branch information
komamitsu authored Apr 28, 2024
2 parents 40675c2 + e98d467 commit 9ff6ee6
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 @@ -45,7 +45,7 @@ dependencies {
api "org.springframework.data:spring-data-jdbc:2.4.5"
implementation 'org.xerial:sqlite-jdbc:3.45.1.0'
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
testImplementation "org.assertj:assertj-core:3.25.3"
testImplementation "org.mockito:mockito-core:5.11.0"
testImplementation "org.mockito:mockito-junit-jupiter:5.9.0"
Expand Down

0 comments on commit 9ff6ee6

Please sign in to comment.