Skip to content

Commit b386d9d

Browse files
Bump the junit group with 5 updates
Bumps the junit group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.12.2` | `5.13.0` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.12.2` | `5.13.0` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.12.2` | `5.13.0` | | [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit5) | `1.12.2` | `1.13.0` | | [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) | `1.12.2` | `1.13.0` | Updates `org.junit:junit-bom` 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-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.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-commons` 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) 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) 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:junit-bom 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-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.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-commons dependency-version: 1.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 - 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]>
1 parent 83e213e commit b386d9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ val dependencyVersions = listOf(
2828
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.10.2",
2929
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.2",
3030
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2",
31-
"org.junit:junit-bom:5.12.2",
32-
"org.junit.jupiter:junit-jupiter-api:5.12.2",
31+
"org.junit:junit-bom:5.13.0",
32+
"org.junit.jupiter:junit-jupiter-api:5.13.0",
3333
"org.opentest4j:opentest4j:1.3.0"
3434
)
3535

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
junitJupiter = "5.12.2"
3-
junitPlatform = "1.12.2"
2+
junitJupiter = "5.13.0"
3+
junitPlatform = "1.13.0"
44
kotlin = "2.1.0"
55
kotlinVersionrange = "[1.6,3)"
66
logback = "1.3.15"

0 commit comments

Comments
 (0)