We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff1d39 commit 408a142Copy full SHA for 408a142
pom.xml
@@ -492,6 +492,13 @@
492
<type>pom</type>
493
<scope>import</scope>
494
</dependency>
495
+ <dependency>
496
+ <groupId>org.slf4j</groupId>
497
+ <artifactId>slf4j-bom</artifactId>
498
+ <version>2.0.9</version>
499
+ <type>pom</type>
500
+ <scope>import</scope>
501
+ </dependency>
502
</dependencies>
503
</dependencyManagement>
504
@@ -624,12 +631,10 @@
624
631
<dependency>
625
632
<groupId>org.slf4j</groupId>
626
633
<artifactId>slf4j-api</artifactId>
627
- <version>2.0.7</version>
628
634
629
635
630
636
637
<artifactId>jcl-over-slf4j</artifactId>
638
639
640
<groupId>com.lmax</groupId>
0 commit comments