Skip to content

Commit ac9b3be

Browse files
Bump the junit group with 5 updates (#609)
Bumps the junit group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.1` | `5.13.2` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.1` | `5.13.2` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.13.1` | `5.13.2` | | [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit-framework) | `1.13.1` | `1.13.2` | | [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `1.13.1` | `1.13.2` | Updates `org.junit:junit-bom` from 5.13.1 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.2) Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.1 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.1 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.1 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.2) Updates `org.junit.platform:junit-platform-commons` from 1.13.1 to 1.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) Updates `org.junit.platform:junit-platform-launcher` from 1.13.1 to 1.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) Updates `org.junit.platform:junit-platform-launcher` from 1.13.1 to 1.13.2 - [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:junit-bom dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.2 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.2 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.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-commons dependency-version: 1.13.2 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.2 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.2 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 07f2e4b commit ac9b3be

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.13.1",
32-
"org.junit.jupiter:junit-jupiter-api:5.13.1",
31+
"org.junit:junit-bom:5.13.2",
32+
"org.junit.jupiter:junit-jupiter-api:5.13.2",
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.13.1"
3-
junitPlatform = "1.13.1"
2+
junitJupiter = "5.13.2"
3+
junitPlatform = "1.13.2"
44
kotlin = "2.1.0"
55
kotlinVersionrange = "[1.6,3)"
66
logback = "1.3.15"

0 commit comments

Comments
 (0)