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 ac87790 commit f5961b6Copy full SHA for f5961b6
1 file changed
packages/dsl-java/build.gradle
@@ -47,7 +47,7 @@ dependencies {
47
// Execution of tests
48
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
49
testImplementation 'org.assertj:assertj-core:3.27.3'
50
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
51
52
// client implementation under test, in test.httpclient.implementation
53
testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.14'
0 commit comments