Update logback classics

Change-Id: I7b51249cb5b0f74f70ef450c8dbcb53481514419
diff --git a/Changes b/Changes
index 1947b9f..a9866f9 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
-0.2.10 2023-11-29
+0.2.10 2023-11-30
     - Change default api port to 443.
+    - Update dependency of logback-classic.
+
+      This fixes a security issue! Please update!
 
 0.2.9 2023-10-4
     - Remove Cobertura to be compatible with
diff --git a/pom.xml b/pom.xml
index 6d874b4..70dba31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
-      <version>1.3.0</version>
+      <version>1.3.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>