mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-17 00:25:54 +00:00
deps: update slf4j and logback
This commit is contained in:
@@ -48,6 +48,8 @@
|
|||||||
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
|
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
|
||||||
<license-maven-plugin.version>4.3</license-maven-plugin.version>
|
<license-maven-plugin.version>4.3</license-maven-plugin.version>
|
||||||
<urm-maven-plugin.version>2.1.1</urm-maven-plugin.version>
|
<urm-maven-plugin.version>2.1.1</urm-maven-plugin.version>
|
||||||
|
<slf4j.version>2.0.12</slf4j.version>
|
||||||
|
<logback.version>1.5.3</logback.version>
|
||||||
<!-- SonarCloud -->
|
<!-- SonarCloud -->
|
||||||
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
||||||
<sonar.organization>iluwatar</sonar.organization>
|
<sonar.organization>iluwatar</sonar.organization>
|
||||||
@@ -264,14 +266,17 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
|
<version>${slf4j.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<groupId>ch.qos.logback</groupId>
|
||||||
<artifactId>logback-classic</artifactId>
|
<artifactId>logback-classic</artifactId>
|
||||||
|
<version>${logback.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<groupId>ch.qos.logback</groupId>
|
||||||
<artifactId>logback-core</artifactId>
|
<artifactId>logback-core</artifactId>
|
||||||
|
<version>${logback.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user