From ff96f5e8a5e64c82acf4511ab1b4ab57efa7a4fd Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Sat, 21 Dec 2024 20:46:56 +0000
Subject: [PATCH] fix: ez-up-cli/pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539865
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539866
---
 ez-up-cli/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ez-up-cli/pom.xml b/ez-up-cli/pom.xml
index 09fc616..c8b5656 100644
--- a/ez-up-cli/pom.xml
+++ b/ez-up-cli/pom.xml
@@ -25,7 +25,7 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
-            <version>1.4.14</version>
+            <version>1.5.14</version>
         </dependency>
         <dependency>
             <groupId>com.beust</groupId>