From a1f017cac04f8e4f3c9363f9612553ca8c0400b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 00:56:58 +0000 Subject: [PATCH] Bump org.junit.platform dependency set from 1.9.0 to 1.9.2 Bumps `org.junit.platform` dependency set from 1.9.0 to 1.9.2. Updates `org.junit.platform:junit-platform-commons` from 1.9.0 to 1.9.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.junit.platform:junit-platform-engine` from 1.9.0 to 1.9.2 - [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.9.0 to 1.9.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.junit.platform:junit-platform-suite-api` from 1.9.0 to 1.9.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.junit.platform:junit-platform-suite-commons` from 1.9.0 to 1.9.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.junit.platform:junit-platform-suite-engine` from 1.9.0 to 1.9.2 - [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 11c20fb..8c5d821 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,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.2') { entry 'junit-platform-commons' entry 'junit-platform-engine' entry 'junit-platform-launcher'