We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b7b5b commit 585a615Copy full SHA for 585a615
1 file changed
build.gradle.kts
@@ -75,9 +75,9 @@ dependencies {
75
implementation("com.google.code.gson:gson:2.13.2")
76
implementation("io.github.resilience4j:resilience4j-circuitbreaker:2.3.0")
77
compileOnly("javax.annotation:javax.annotation-api:1.3.2")
78
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
79
testImplementation("org.testcontainers:junit-jupiter:1.21.4")
80
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
81
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
82
testImplementation("ch.qos.logback:logback-core:1.5.23")
83
testImplementation("ch.qos.logback:logback-classic:1.5.23")
0 commit comments