We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82d265 commit aa8af45Copy full SHA for aa8af45
weather-app/build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
implementation("com.raynigon.unit-api:unit-api-core:3.0.5")
23
24
testImplementation("org.springframework.boot:spring-boot-starter-test")
25
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
26
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
27
}
28
0 commit comments