From 9c0410360907956b4c6880dbeac27a63c885f2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 06:23:05 +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 3d432ba..273c440 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ subprojects { 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'