We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98eca2 commit 2e5edc8Copy full SHA for 2e5edc8
build.gradle
@@ -54,7 +54,7 @@ dependencies {
54
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.61.0'
55
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.61.0'
56
57
- testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.3'
+ testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.4'
58
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher'
59
testImplementation group: 'dev.coly', name: 'JDATesting', version: '0.7.0'
60
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.18.0'
0 commit comments