Skip to content

Commit e7a1093

Browse files
build: upgrade slf4j to 2.x
1 parent f991892 commit e7a1093

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,13 @@
8282
<groupId>org.springframework</groupId>
8383
<artifactId>spring-test</artifactId>
8484
<version>${spring.version}</version>
85-
<scope>test</scope>
8685
</dependency>
8786

8887
<!-- Logging System -->
8988
<dependency>
9089
<groupId>org.slf4j</groupId>
9190
<artifactId>slf4j-api</artifactId>
92-
<version>1.7.32</version>
91+
<version>2.0.12</version>
9392
</dependency>
9493

9594
<!-- Servlet API -->
@@ -111,11 +110,9 @@
111110
<dependency>
112111
<groupId>ch.qos.logback</groupId>
113112
<artifactId>logback-classic</artifactId>
114-
<version>1.4.4</version>
115-
<scope>test</scope>
113+
<version>1.5.2</version>
116114
</dependency>
117115

118-
<!-- Test dependencies -->
119116
<dependency>
120117
<groupId>org.junit.jupiter</groupId>
121118
<artifactId>junit-jupiter-api</artifactId>
@@ -159,10 +156,6 @@
159156
<plugin>
160157
<artifactId>maven-compiler-plugin</artifactId>
161158
<version>3.12.1</version>
162-
<configuration>
163-
<source>17</source>
164-
<target>17</target>
165-
</configuration>
166159
</plugin>
167160

168161
<plugin>

0 commit comments

Comments
 (0)