From 83b5f2a5951b745cda10578235de20fb794118cd Mon Sep 17 00:00:00 2001
From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com>
Date: Sat, 24 Jan 2026 06:18:21 +0000
Subject: [PATCH 1/2] fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-15062482
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9c5992b..c193297 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,13 +27,13 @@
ch.qos.logback
logback-core
- 1.5.18
+ 1.5.25
ch.qos.logback
logback-classic
- 1.5.18
+ 1.5.25
org.slf4j
From 50723ebd4d780675f6306fd1a01b967d5e9a174f Mon Sep 17 00:00:00 2001
From: Ytbarek Hailu
Date: Mon, 9 Feb 2026 21:18:27 -0800
Subject: [PATCH 2/2] updated version logback version
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 8b95002..6d2ca55 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,8 +17,8 @@ dependencies {
implementation 'org.apache.commons:commons-text:1.14.0'
implementation 'net.snowflake:snowflake-jdbc:3.25.1'
- implementation 'ch.qos.logback:logback-core:1.5.18'
- implementation 'ch.qos.logback:logback-classic:1.5.18'
+ implementation 'ch.qos.logback:logback-core:1.5.25'
+ implementation 'ch.qos.logback:logback-classic:1.5.25'
implementation 'org.slf4j:slf4j-api:2.0.4'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2'
implementation 'commons-cli:commons-cli:1.9.0'