Skip to content

Commit ace7f99

Browse files
Bump the junit group with 3 updates (#319)
Bumps the junit group with 3 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) Updates `org.junit.platform:junit-platform-launcher` from 1.12.2 to 1.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc30828 commit ace7f99

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.12.2")
76-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
77-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2")
75+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.0")
76+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.0")
77+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0")
7878
}
7979

8080
val dependencyVersions = listOf<String>(

0 commit comments

Comments
 (0)