From 6c7a18f145319d722f5a0131d92c8ca66e3182f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 10:35:12 +0000 Subject: [PATCH] Bump org.junit.platform dependency set from 1.9.0 to 1.9.1 Bumps `org.junit.platform` dependency set from 1.9.0 to 1.9.1. Updates `junit-platform-commons` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `junit-platform-engine` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `junit-platform-launcher` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `junit-platform-suite-api` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `junit-platform-suite-commons` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `junit-platform-suite-engine` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-commons dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-engine dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-suite-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-suite-commons dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.platform:junit-platform-suite-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2e31e42..dfa742b 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencyManagement { entry 'junit-jupiter-engine' entry 'junit-jupiter-params' } - dependencySet(group: 'org.junit.platform', version: '1.9.0') { + dependencySet(group: 'org.junit.platform', version: '1.9.1') { entry 'junit-platform-commons' entry 'junit-platform-engine' entry 'junit-platform-launcher'