Skip to content

Commit 3a2d457

Browse files
authored
Reverting logback version to 1.4.12
1 parent e91b9ca commit 3a2d457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,13 @@
257257
<dependency>
258258
<groupId>ch.qos.logback</groupId>
259259
<artifactId>logback-classic</artifactId>
260-
<version>1.4.14</version>
260+
<version>1.4.12</version>
261261
</dependency>
262262
<!-- CVE fixes -->
263263
<dependency>
264264
<groupId>ch.qos.logback</groupId>
265265
<artifactId>logback-core</artifactId>
266-
<version>1.4.14</version>
266+
<version>1.4.12</version>
267267
</dependency>
268268
<!-- CVE fixes -->
269269
<dependency>

0 commit comments

Comments
 (0)