File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
spring-mvc-test-utils/src/test/java/io/florianlopes/spring/test/web/servlet/request Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,4 @@ updates:
12
12
- 4.2.2
13
13
- dependency-name : org.springframework:spring-test
14
14
versions :
15
- - 5.3.4
16
- - 5.3.5
15
+ - 6.2.8
Original file line number Diff line number Diff line change 1
1
# Enable auto-env through the sdkman_auto_env config
2
2
# Add key=value pairs of SDKs to use below
3
- java=17 .0.7-tem
4
- maven=3.9.9
3
+ java=21 .0.7-tem
4
+ maven=3.9.10
Original file line number Diff line number Diff line change 33
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
34
34
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
35
35
36
- <spring-framework .version>6.1.13 </spring-framework .version>
36
+ <spring-framework .version>6.2.8 </spring-framework .version>
37
37
38
38
<logback-classic .version>1.5.7</logback-classic .version>
39
39
Original file line number Diff line number Diff line change 4
4
import jakarta .servlet .ServletContext ;
5
5
import nl .altindag .log .LogCaptor ;
6
6
import org .junit .jupiter .api .BeforeEach ;
7
- import org .junit .jupiter .api .Nested ;
8
7
import org .junit .jupiter .api .Test ;
9
8
import org .springframework .mock .web .MockHttpServletRequest ;
10
9
import org .springframework .mock .web .MockServletContext ;
22
21
23
22
import static org .assertj .core .api .Assertions .assertThat ;
24
23
25
- @ Nested
26
24
class FormRequestPostProcessorTests {
27
25
28
26
private static final LogCaptor LOG_CAPTOR = LogCaptor .forClass (FormRequestPostProcessor .class );
You can’t perform that action at this time.
0 commit comments