Skip to content

Commit c81ffe9

Browse files
Bump the junit group with 3 updates
Bumps the junit group with 3 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) Updates `org.junit.platform:junit-platform-launcher` from 1.13.3 to 1.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce07856 commit c81ffe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ dependencies {
7272
}
7373
implementation(libs.junixsocketCommon)
7474

75-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.3")
76-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.3")
77-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.3")
75+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
76+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
77+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
7878
}
7979

8080
val dependencyVersions = listOf<String>(

0 commit comments

Comments
 (0)