Skip to content

Commit cff5170

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.3
1 parent 3a6491f commit cff5170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565

6666
testImplementation group: 'com.h2database', name: 'h2', version: '1.4.200'
6767

68-
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
68+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
6969
testImplementation 'org.mockito:mockito-core:3.12.4'
7070
testImplementation 'org.assertj:assertj-core:3.21.0'
7171
testImplementation 'io.ebean:ebean-test:12.12.1'

0 commit comments

Comments
 (0)