Skip to content

Commit 9775fd1

Browse files
Tobianasihrasko
authored andcommitted
Bump logback to 1.3.15
Override logback version to 1.3.15 JIRA: LIGHTY-365 Signed-off-by: tobias.pobocik <[email protected]> (cherry picked from commit 7634f5d)
1 parent 32c4dd7 commit 9775fd1

File tree

1 file changed

+11
-0
lines changed
  • lighty-core/dependency-versions

1 file changed

+11
-0
lines changed

lighty-core/dependency-versions/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@
2828
<artifactId>jetty-server</artifactId>
2929
<version>9.4.58.v20250814</version>
3030
</dependency>
31+
<!-- FIXME remove this when ODL bumps to newer logback version -->
32+
<dependency>
33+
<groupId>ch.qos.logback</groupId>
34+
<artifactId>logback-classic</artifactId>
35+
<version>1.3.15</version>
36+
</dependency>
37+
<dependency>
38+
<groupId>ch.qos.logback</groupId>
39+
<artifactId>logback-core</artifactId>
40+
<version>1.3.15</version>
41+
</dependency>
3142
<dependency>
3243
<groupId>org.opendaylight.odlparent</groupId>
3344
<artifactId>odlparent</artifactId>

0 commit comments

Comments
 (0)