Skip to content

Commit 2110622

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.13.4
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.10.1 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39e6c30 commit 2110622

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appsignals-tests/images/kafka/kafka-consumers/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation("org.slf4j:slf4j-api:2.0.9")
3232
implementation("org.slf4j:slf4j-simple:2.0.9")
3333
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
34-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
34+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
3535
}
3636

3737
tasks.getByName<Test>("test") {

appsignals-tests/images/kafka/kafka-producers/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation("org.slf4j:slf4j-api:2.0.9")
3232
implementation("org.slf4j:slf4j-simple:2.0.9")
3333
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
34-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
34+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
3535
}
3636

3737
tasks.getByName<Test>("test") {

0 commit comments

Comments
 (0)