Skip to content

Commit fa7f37a

Browse files
authored
SONARPY-2169: Update logback dependency to 1.5.8 (#2046)
1 parent 40652a6 commit fa7f37a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
<commons.lang.version>2.6</commons.lang.version>
8888
<assertj-core.version>3.26.3</assertj-core.version>
8989
<junit.version>5.11.1</junit.version>
90-
<logback.version>1.2.13</logback.version>
90+
<logback.version>1.5.8</logback.version>
91+
<slf4j.version>2.0.16</slf4j.version>
9192
<maven.project.version>2.2.1</maven.project.version>
9293
<mockito.version>4.11.0</mockito.version>
9394
<!--
@@ -158,6 +159,11 @@
158159
<artifactId>gson</artifactId>
159160
<version>${gson.version}</version>
160161
</dependency>
162+
<dependency>
163+
<groupId>org.slf4j</groupId>
164+
<artifactId>slf4j-api</artifactId>
165+
<version>${slf4j.version}</version>
166+
</dependency>
161167
<!-- used by StaxParser, CoberturaParser and TestSuiteParser -->
162168
<dependency>
163169
<groupId>org.codehaus.staxmate</groupId>

0 commit comments

Comments
 (0)