Skip to content

Commit

Permalink
build: upgrade slf4j to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
edgar-espina-wpp committed Mar 3, 2024
1 parent f991892 commit e7a1093
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,13 @@
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>

<!-- Logging System -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.32</version>
<version>2.0.12</version>
</dependency>

<!-- Servlet API -->
Expand All @@ -111,11 +110,9 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.4</version>
<scope>test</scope>
<version>1.5.2</version>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down Expand Up @@ -159,10 +156,6 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<configuration>
<source>17</source>
<target>17</target>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit e7a1093

Please sign in to comment.