Skip to content

Commit 5ae12b6

Browse files
Bump the test-dependencies group with 5 updates
Bumps the test-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` | | [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` | | [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` | Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) Updates `org.junit.vintage:junit-vintage-engine` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) Updates `org.junit.vintage:junit-vintage-engine` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) Updates `org.junit.platform:junit-platform-launcher` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies - dependency-name: org.junit.vintage:junit-vintage-engine dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies - dependency-name: org.junit.vintage:junit-vintage-engine dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b80b3c1 commit 5ae12b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ log4j = "2.25.3"
66
slf4j = "2.0.17"
77

88
mockito = "5.21.0"
9-
junit = "6.0.2"
9+
junit = "6.0.3"
1010

1111
[plugins]
1212
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
@@ -108,7 +108,7 @@ junit-params = { module = "org.junit.jupiter:junit-jupiter-params", version.re
108108

109109
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
110110
junit-compat = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit" }
111-
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "6.0.2" }
111+
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "6.0.3" }
112112

113113
# Mockito
114114
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }

0 commit comments

Comments
 (0)