Skip to content

Commit 4591a4d

Browse files
Bump org.junit.jupiter:junit-jupiter-engine in /modules/hivemq
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 666ec53 commit 4591a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hivemq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
1919
testImplementation("ch.qos.logback:logback-classic:1.4.11")
2020
testImplementation 'org.assertj:assertj-core:3.24.2'
21-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
21+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
2222
}
2323

2424
test {

0 commit comments

Comments
 (0)