From 5f51bd999486f0676d72908ab413a42493aff6de Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Fri, 10 Dec 2021 21:36:22 +0000 Subject: [PATCH] chore(deps): update dependency org.junit.platform:junit-platform-commons to v1.8.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 64b9fe9..4bf3028 100644 --- a/build.gradle +++ b/build.gradle @@ -95,7 +95,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' testImplementation 'org.springframework.boot:spring-boot-starter-test:2.5.6' - testImplementation 'org.junit.platform:junit-platform-commons:1.8.1' + testImplementation 'org.junit.platform:junit-platform-commons:1.8.2' } test { -- GitLab