Skip to content

Commit 6b4dbae

Browse files
chore(deps): update slf4j monorepo to v2.0.12
1 parent 10b3ecc commit 6b4dbae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,13 @@ SOFTWARE.
270270
<dependency>
271271
<groupId>org.slf4j</groupId>
272272
<artifactId>slf4j-api</artifactId>
273-
<version>2.0.11</version>
273+
<version>2.0.12</version>
274274
<scope>provided</scope>
275275
</dependency>
276276
<dependency>
277277
<groupId>org.slf4j</groupId>
278278
<artifactId>slf4j-reload4j</artifactId>
279-
<version>2.0.11</version>
279+
<version>2.0.12</version>
280280
<scope>test</scope>
281281
</dependency>
282282
<dependency>

src/it/file-manager/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ SOFTWARE.
8080
<dependency>
8181
<groupId>org.slf4j</groupId>
8282
<artifactId>slf4j-log4j12</artifactId>
83-
<version>2.0.11</version>
83+
<version>2.0.12</version>
8484
<scope>runtime</scope>
8585
</dependency>
8686
<dependency>

0 commit comments

Comments
 (0)