Skip to content

Commit ce07856

Browse files
Bump the junit group with 3 updates (#331)
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.2 to 5.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r5.13.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.2 to 5.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r5.13.3) Updates `org.junit.platform:junit-platform-launcher` from 1.13.2 to 1.13.3 - [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.3 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.3 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.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a102c50 commit ce07856

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.2")
76-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.2")
77-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2")
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")
7878
}
7979

8080
val dependencyVersions = listOf<String>(

0 commit comments

Comments
 (0)