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