From 27518cc770d688963f3974c0f44d871b69161a56 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Nov 2021 00:39:02 +0000 Subject: [PATCH] Update Renovate Dependency Scan --- JavaCon/pom.xml | 4 ++-- Playground/pom.xml | 2 +- Testing/JunitBasics/pom.xml | 2 +- Testing/pom.xml | 2 +- Tools/QuartzScheduler/build.gradle | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/JavaCon/pom.xml b/JavaCon/pom.xml index a73f75f0..e5e8d499 100644 --- a/JavaCon/pom.xml +++ b/JavaCon/pom.xml @@ -19,7 +19,7 @@ 17 - 5.8.1 + 5.8.2 7.4.0 2.2 3.21.0 @@ -31,7 +31,7 @@ 1.18.22 2.11.0 - 3.1.2 + 3.1.3 diff --git a/Playground/pom.xml b/Playground/pom.xml index 39e6480d..a168ebe7 100644 --- a/Playground/pom.xml +++ b/Playground/pom.xml @@ -46,7 +46,7 @@ org.junit.jupiter junit-jupiter-engine - 5.8.1 + 5.8.2 compile diff --git a/Testing/JunitBasics/pom.xml b/Testing/JunitBasics/pom.xml index 5bed123e..e9ed3671 100644 --- a/Testing/JunitBasics/pom.xml +++ b/Testing/JunitBasics/pom.xml @@ -22,7 +22,7 @@ org.junit.platform junit-platform-runner - 1.8.1 + 1.8.2 test diff --git a/Testing/pom.xml b/Testing/pom.xml index e8959b80..72f7de2d 100644 --- a/Testing/pom.xml +++ b/Testing/pom.xml @@ -12,7 +12,7 @@ UTF-8 17 - 5.8.1 + 5.8.2 diff --git a/Tools/QuartzScheduler/build.gradle b/Tools/QuartzScheduler/build.gradle index b8cdf11b..366d743c 100644 --- a/Tools/QuartzScheduler/build.gradle +++ b/Tools/QuartzScheduler/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.1' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.2' // https://mvnrepository.com/artifact/org.quartz-scheduler/quartz implementation group: 'org.quartz-scheduler', name: 'quartz', version: '2.3.2'