Skip to content

Commit 8ad209e

Browse files
authored
Merge pull request #22 from komamitsu/dependabot/gradle/org.junit.jupiter-junit-jupiter-api-5.10.1
Bump org.junit.jupiter:junit-jupiter-api from 5.8.2 to 5.10.1
2 parents 10dfe5d + 05385fe commit 8ad209e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation 'javax.annotation:javax.annotation-api:1.3.2'
4545
api "org.springframework.data:spring-data-jdbc:2.4.5"
4646
implementation 'org.xerial:sqlite-jdbc:3.42.0.1'
47-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2"
47+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
4848
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
4949
testImplementation "org.assertj:assertj-core:3.22.0"
5050
testImplementation "org.mockito:mockito-core:5.9.0"

0 commit comments

Comments
 (0)