Skip to content

Commit f319101

Browse files
authored
Merge pull request steve-community#1237 from juherr/feature/slf4j-bom
Use bom for slf4j
2 parents 58b6f4b + 408a142 commit f319101

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,13 @@
492492
<type>pom</type>
493493
<scope>import</scope>
494494
</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>
495502
</dependencies>
496503
</dependencyManagement>
497504

@@ -624,12 +631,10 @@
624631
<dependency>
625632
<groupId>org.slf4j</groupId>
626633
<artifactId>slf4j-api</artifactId>
627-
<version>2.0.7</version>
628634
</dependency>
629635
<dependency>
630636
<groupId>org.slf4j</groupId>
631637
<artifactId>jcl-over-slf4j</artifactId>
632-
<version>2.0.7</version>
633638
</dependency>
634639
<dependency>
635640
<groupId>com.lmax</groupId>

0 commit comments

Comments
 (0)