File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 236
236
<dependency >
237
237
<groupId >org.slf4j</groupId >
238
238
<artifactId >slf4j-api</artifactId >
239
- <version >2.0.9 </version >
239
+ <version >2.0.11 </version >
240
240
</dependency >
241
241
242
242
<dependency >
243
243
<!-- Drop-in replacement of log4j -->
244
244
<groupId >org.slf4j</groupId >
245
245
<artifactId >slf4j-reload4j</artifactId >
246
- <version >2.0.9 </version >
246
+ <version >2.0.11 </version >
247
247
</dependency >
248
248
249
249
<dependency >
371
371
<plugin >
372
372
<groupId >org.apache.maven.plugins</groupId >
373
373
<artifactId >maven-compiler-plugin</artifactId >
374
- <version >3.12.0 </version >
374
+ <version >3.12.1 </version >
375
375
<configuration >
376
376
<source >${maven.compiler.source} </source >
377
377
<target >${maven.compiler.target} </target >
You can’t perform that action at this time.
0 commit comments