From 717ee8ef3e0d61df019bc215d9a826e4ad13c036 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 20 Dec 2024 15:40:06 +0000
Subject: [PATCH] build(deps): bump ch.qos.logback:logback-core from 1.5.6 to
 1.5.13

Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.5.6 to 1.5.13.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.6...v_1.5.13)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index db06c59a9479..dd1507afd1f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     <license-maven-plugin.version>4.6</license-maven-plugin.version>
     <urm-maven-plugin.version>2.1.1</urm-maven-plugin.version>
     <slf4j.version>2.0.16</slf4j.version>
-    <logback.version>1.5.6</logback.version>
+    <logback.version>1.5.13</logback.version>
     <!-- SonarCloud -->
     <sonar.host.url>https://sonarcloud.io</sonar.host.url>
     <sonar.organization>iluwatar</sonar.organization>