Skip to content

Commit b805409

Browse files
authored
chore: Upgrade Spring framework version to 6.2.8 (#332)
Upgrade Spring framework version to 6.2.8 (#332) Set JDK and maven version to 21 / 3.9.9 Signed-off-by: Florian Lopes <[email protected]>
1 parent f3e9ffe commit b805409

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

.sdkmanrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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

spring-mvc-test-utils/src/test/java/io/florianlopes/spring/test/web/servlet/request/FormRequestPostProcessorTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import jakarta.servlet.ServletContext;
55
import nl.altindag.log.LogCaptor;
66
import org.junit.jupiter.api.BeforeEach;
7-
import org.junit.jupiter.api.Nested;
87
import org.junit.jupiter.api.Test;
98
import org.springframework.mock.web.MockHttpServletRequest;
109
import org.springframework.mock.web.MockServletContext;
@@ -22,7 +21,6 @@
2221

2322
import static org.assertj.core.api.Assertions.assertThat;
2423

25-
@Nested
2624
class FormRequestPostProcessorTests {
2725

2826
private static final LogCaptor LOG_CAPTOR = LogCaptor.forClass(FormRequestPostProcessor.class);

0 commit comments

Comments
 (0)