From 5279c6883e1e84955ddc214259799284e3c9ae98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 03:03:27 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.9.2 to 1.10.0 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.9.2 to 1.10.0. - [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-launcher dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c452899..6a843a5 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { testImplementation 'net.bytebuddy:byte-buddy-agent:1.14.5' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.9.2' // HAck to get build working. Try removing in future - testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.9.2' + testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.10.0' // For API clients implementation "io.ktor:ktor-client-core:$ktor_version"