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 bbd190f commit d05bea6Copy full SHA for d05bea6
packages/dsl-java/build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
71
testImplementation 'org.assertj:assertj-core:3.27.7'
72
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
73
- testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.0.2"
+ testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.0.3"
74
75
// client implementation under test, in test.httpclient.implementation
76
testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.14'
0 commit comments