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.
2 parents 739de41 + c60c05b commit ce5af4dCopy full SHA for ce5af4d
modules/hivemq/build.gradle
@@ -17,7 +17,7 @@ dependencies {
17
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3")
18
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
19
testImplementation("ch.qos.logback:logback-classic:1.4.14")
20
- testImplementation 'org.assertj:assertj-core:3.24.2'
+ testImplementation 'org.assertj:assertj-core:3.25.1'
21
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
22
}
23
0 commit comments