From 720855a8c2b566065698b45561c15bcad417b50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:36:15 +0000 Subject: [PATCH] Bump com.vaadin from 20.0.3 to 24.2.0 in /functions/CDDLatencyDashboard Bumps com.vaadin from 20.0.3 to 24.2.0. --- updated-dependencies: - dependency-name: com.vaadin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- functions/CDDLatencyDashboard/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/CDDLatencyDashboard/build.gradle b/functions/CDDLatencyDashboard/build.gradle index 7f3120ed5..497e5a33e 100644 --- a/functions/CDDLatencyDashboard/build.gradle +++ b/functions/CDDLatencyDashboard/build.gradle @@ -9,7 +9,7 @@ plugins { // Adds dependencyUpdates task id 'com.github.ben-manes.versions' version '0.39.0' - id 'com.vaadin' version '20.0.3' + id 'com.vaadin' version '24.2.0' } distZip.enabled = shadowDistZip.enabled = false