Skip to content

Commit 6e806c2

Browse files
committed
deps: update slf4j and logback
1 parent 7d0874d commit 6e806c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
4949
<license-maven-plugin.version>4.3</license-maven-plugin.version>
5050
<urm-maven-plugin.version>2.1.1</urm-maven-plugin.version>
51+
<slf4j.version>2.0.12</slf4j.version>
52+
<logback.version>1.5.3</logback.version>
5153
<!-- SonarCloud -->
5254
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
5355
<sonar.organization>iluwatar</sonar.organization>
@@ -264,14 +266,17 @@
264266
<dependency>
265267
<groupId>org.slf4j</groupId>
266268
<artifactId>slf4j-api</artifactId>
269+
<version>${slf4j.version}</version>
267270
</dependency>
268271
<dependency>
269272
<groupId>ch.qos.logback</groupId>
270273
<artifactId>logback-classic</artifactId>
274+
<version>${logback.version}</version>
271275
</dependency>
272276
<dependency>
273277
<groupId>ch.qos.logback</groupId>
274278
<artifactId>logback-core</artifactId>
279+
<version>${logback.version}</version>
275280
</dependency>
276281
<dependency>
277282
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)