Skip to content

Commit 2044910

Browse files
committed
Fix Breaking Changes
1 parent 4eb490a commit 2044910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dependencies {
5555
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.60.0'
5656

5757
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.0'
58+
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher'
5859
testImplementation group: 'dev.coly', name: 'JDATesting', version: '0.7.0'
5960
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.0'
6061
}

0 commit comments

Comments
 (0)