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 3853fa5 commit 85b4b12Copy full SHA for 85b4b12
adapters/build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
dependencies {
6
- testImplementation(platform("org.junit:junit-bom:5.13.3"))
+ testImplementation(platform("org.junit:junit-bom:5.13.4"))
7
testImplementation("org.junit.jupiter:junit-jupiter")
8
9
common/build.gradle.kts
@@ -20,7 +20,7 @@ dependencies {
20
testImplementation(project(":adapters:database"))
21
testImplementation(project(":api"))
22
23
24
25
26
0 commit comments