File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
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 >
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 >
You can’t perform that action at this time.
0 commit comments