Skip to content

Commit 23cc5f7

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.12.2 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60d81c5 commit 23cc5f7

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
@@ -54,7 +54,7 @@ dependencies {
5454
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.61.0'
5555
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.61.0'
5656

57-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.1'
57+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.2'
5858
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher'
5959
testImplementation group: 'dev.coly', name: 'JDATesting', version: '0.7.0'
6060
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.17.0'

0 commit comments

Comments
 (0)