Skip to content

Commit dd2b7e2

Browse files
committed
build: update Spring Boot to 2.3.12
This also updates Spring Security to 5.3.13 Changelogs: * Spring Boot - https://spring.io/blog/2020/01/23/spring-boot-2-3-0-m1-is-now-available - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3.0-M1-Release-Notes - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3.0-M1-Configuration-Changelog - https://spring.io/blog/2020/02/13/spring-boot-2-3-0-m2-available-now - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3.0-M2-Release-Notes - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3.0-M2-Configuration-Changelog - https://spring.io/blog/2020/03/12/spring-boot-2-3-0-m3-available-now - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3.0-M3-Release-Notes - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3.0-M3-Configuration-Changelog - https://spring.io/blog/2020/04/03/spring-boot-2-3-0-m4-available-now - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3.0-M4-Release-Notes - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3.0-M4-Configuration-Changelog - https://spring.io/blog/2020/05/01/spring-boot-2-3-0-rc1-available-now - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3.0-RC1-Release-Notes - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3.0-RC1-Configuration-Changelog - https://spring.io/blog/2020/05/15/spring-boot-2-3-0-available-now - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3.0-Configuration-Changelog - https://spring.io/blog/2020/06/12/spring-boot-2-3-1-available-now - https://spring.io/blog/2020/07/24/spring-boot-2-3-2-available-now - https://spring.io/blog/2020/08/13/spring-boot-2-3-3-available-now - https://spring.io/blog/2020/09/17/spring-boot-2-3-4-available-now - https://spring.io/blog/2020/10/29/spring-boot-2-3-5-available-now - https://spring.io/blog/2020/11/13/spring-boot-2-3-6-available-now - https://spring.io/blog/2020/12/11/spring-boot-2-3-7-available-now - https://spring.io/blog/2021/01/14/spring-boot-2-3-8-available-now - https://spring.io/blog/2021/02/18/spring-boot-2-3-9-is-now-available - https://spring.io/blog/2021/04/15/spring-boot-2-3-10-is-now-available - https://spring.io/blog/2021/05/20/spring-boot-2-3-11-available-now - https://spring.io/blog/2021/06/10/spring-boot-2-3-12-release-available-now * Spring Security - https://github.com/spring-projects/spring-security/releases/tag/5.3.0.M1 - https://github.com/spring-projects/spring-security/releases/tag/5.3.0.RC1 - https://github.com/spring-projects/spring-security/releases/tag/5.3.0.RELEASE - https://spring.io/blog/2020/03/05/spring-security-5-3-goes-ga - https://docs.spring.io/spring-security/site/docs/5.3.x/reference/html5/#new - https://spring.io/blog/2020/04/02/spring-security-5-3-1-5-2-3-5-1-9-5-0-15-4-2-15-released - https://spring.io/blog/2020/05/13/cve-reports-published-for-spring-security - https://spring.io/security/cve-2020-5407 - https://spring.io/security/cve-2020-5408 - https://spring.io/blog/2020/05/07/spring-security-5-3-2-5-2-4-5-1-10-5-0-16-4-2-16-released - https://spring.io/blog/2020/06/03/spring-security-5-3-3-5-2-5-5-1-11-5-0-17-4-2-17-released - https://spring.io/blog/2020/08/12/spring-security-5-3-4-5-2-6-5-1-12-5-0-18-4-2-18-released - https://spring.io/blog/2020/10/08/spring-security-5-4-1-5-3-5-5-2-7-5-1-13-5-0-19-4-2-19-released - https://spring.io/blog/2020/12/03/spring-security-5-4-2-5-3-6-and-5-2-8-released - https://github.com/spring-projects/spring-security/releases/tag/5.3.7.RELEASE - https://spring.io/blog/2021/02/11/spring-security-5-4-4-5-3-8-and-5-2-9-released - https://spring.io/blog/2021/04/12/spring-security-5-2-10-5-3-9-and-5-4-6-released - https://spring.io/blog/2021/06/22/spring-security-5-5-1-5-4-7-5-3-10-and-5-2-11-released - https://spring.io/blog/2021/06/28/cve-report-published-for-spring-security - https://spring.io/security/cve-2021-22119 - https://github.com/spring-projects/spring-security/releases/tag/5.3.11.RELEASE - https://github.com/spring-projects/spring-security/releases/tag/5.3.12.RELEASE - https://spring.io/blog/2021/12/20/spring-security-5-2-15-5-3-13-5-4-10-5-5-4-and-5-6-1-released Fix #1244
1 parent 225fe81 commit dd2b7e2

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

NEWS.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
0.x (upcoming release)
2-
2+
- (infrastructure) migrate to Spring Boot 2.3
33

44
0.4.7
5-
65
- (infrastructure) port JavaScript unit tests from Jasmine to Jest
76
- (infrastructure) discontinue usage of Danger
87
- (infrastructure) discontinue usage of 0pdd

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
<parent>
523523
<groupId>org.springframework.boot</groupId>
524524
<artifactId>spring-boot-starter-parent</artifactId>
525-
<version>2.2.13.RELEASE</version>
525+
<version>2.3.12.RELEASE</version>
526526
</parent>
527527

528528
<!--
@@ -676,7 +676,7 @@
676676

677677
<!-- Redefine default value from spring-boot-dependencies in order to have the latest version -->
678678
<!-- LATER: remove overriding once version from Spring Boot will match the used one -->
679-
<spring-security.version>5.2.15.RELEASE</spring-security.version>
679+
<spring-security.version>5.3.13.RELEASE</spring-security.version>
680680

681681
<spring-test-context-cache-limiter.version>boot2-v1.2</spring-test-context-cache-limiter.version>
682682

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ debug: false
88
trace: false
99
logging.level.sql: INFO
1010
logging.level.web: INFO
11-
spring.http.log-request-details: false
11+
spring.mvc.log-request-details: false
1212

1313
spring.main.banner-mode: off
1414

@@ -31,7 +31,7 @@ spring.jackson.default-property-inclusion: NON_NULL
3131

3232
# 1Kb for headers and post requests (upload files accounted separately)
3333
server.max-http-header-size: 1024
34-
server.jetty.max-http-post-size: 1024
34+
server.jetty.max-http-form-post-size: 1024
3535

3636
server.servlet.session.cookie.http-only: true
3737

src/main/scripts/show-spring-boot-version-diff.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# @todo #1244 Retrofit show-spring-boot-version-diff.sh script to work with a new format of the file
4+
35
# Treat unset variables and parameters as an error when performing parameter expansion
46
set -o nounset
57

0 commit comments

Comments
 (0)