File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4646
4747 <dependency >
4848 <groupId >org.apache.logging.log4j</groupId >
49- <artifactId >log4j-slf4j -impl</artifactId >
49+ <artifactId >log4j-slf4j2 -impl</artifactId >
5050 </dependency >
5151
5252 <dependency >
Original file line number Diff line number Diff line change 6666 <guava .version>33.2.1-jre</guava .version>
6767 <hamcrest .version>3.0</hamcrest .version>
6868 <jsr305 .version>3.0.1</jsr305 .version>
69- <log4j .version>2.17.2 </log4j .version>
69+ <log4j .version>2.24.1 </log4j .version>
7070 <h2 .version>1.1.119</h2 .version>
7171 <hsql .version>2.7.1</hsql .version>
7272 <postgresql .version>42.7.3</postgresql .version>
213213 <!-- bridge slf4j to log4j -->
214214 <dependency >
215215 <groupId >org.apache.logging.log4j</groupId >
216- <artifactId >log4j-slf4j -impl</artifactId >
216+ <artifactId >log4j-slf4j2 -impl</artifactId >
217217 <version >${log4j.version} </version >
218218 </dependency >
219219 <dependency >
220220 <groupId >org.slf4j</groupId >
221221 <artifactId >slf4j-api</artifactId >
222- <version >1.7.25 </version >
222+ <version >2.0.16 </version >
223223 </dependency >
224224
225225 <!-- bridge commons-logging to log4j -->
Original file line number Diff line number Diff line change 5656 </dependency >
5757 <dependency >
5858 <groupId >org.apache.logging.log4j</groupId >
59- <artifactId >log4j-slf4j -impl</artifactId >
59+ <artifactId >log4j-slf4j2 -impl</artifactId >
6060 <scope >test</scope >
6161 </dependency >
6262 <dependency >
You can’t perform that action at this time.
0 commit comments