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:
1212 - 4.2.2
1313 - dependency-name : org.springframework:spring-test
1414 versions :
15- - 5.3.4
16- - 5.3.5
15+ - 6.2.8
Original file line number Diff line number Diff line change 11# Enable auto-env through the sdkman_auto_env config
22# 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 3333 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3434 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3535
36- <spring-framework .version>6.1.13 </spring-framework .version>
36+ <spring-framework .version>6.2.8 </spring-framework .version>
3737
3838 <logback-classic .version>1.5.7</logback-classic .version>
3939
Original file line number Diff line number Diff line change 44import jakarta .servlet .ServletContext ;
55import nl .altindag .log .LogCaptor ;
66import org .junit .jupiter .api .BeforeEach ;
7- import org .junit .jupiter .api .Nested ;
87import org .junit .jupiter .api .Test ;
98import org .springframework .mock .web .MockHttpServletRequest ;
109import org .springframework .mock .web .MockServletContext ;
2221
2322import static org .assertj .core .api .Assertions .assertThat ;
2423
25- @ Nested
2624class FormRequestPostProcessorTests {
2725
2826 private static final LogCaptor LOG_CAPTOR = LogCaptor .forClass (FormRequestPostProcessor .class );
You can’t perform that action at this time.
0 commit comments