File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 87
87
<commons .lang.version>2.6</commons .lang.version>
88
88
<assertj-core .version>3.26.3</assertj-core .version>
89
89
<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>
91
92
<maven .project.version>2.2.1</maven .project.version>
92
93
<mockito .version>4.11.0</mockito .version>
93
94
<!--
158
159
<artifactId >gson</artifactId >
159
160
<version >${gson.version} </version >
160
161
</dependency >
162
+ <dependency >
163
+ <groupId >org.slf4j</groupId >
164
+ <artifactId >slf4j-api</artifactId >
165
+ <version >${slf4j.version} </version >
166
+ </dependency >
161
167
<!-- used by StaxParser, CoberturaParser and TestSuiteParser -->
162
168
<dependency >
163
169
<groupId >org.codehaus.staxmate</groupId >
You can’t perform that action at this time.
0 commit comments