Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security] Bump org.springframework.version from 5.1.13.RELEASE to 5.3.8 #80

Conversation

dependabot-preview[bot]
Copy link

Bumps org.springframework.version from 5.1.13.RELEASE to 5.3.8.
Updates spring-core from 5.1.13.RELEASE to 5.3.8

Release notes

Sourced from spring-core's releases.

v5.3.8

⭐ New Features

  • HttpComponentsClientHttpConnector should close underlying resources #27032
  • Default value of StandaloneMockMvcBuilder.useSuffixPatternMatch differs from the same property in RequestMappingHandlerMapping #27030
  • Lookup method autowiring ignores method's generic info #26998
  • Set BEST_MATCHING_PATTERN_ATTRIBUTE on requests with WebMvc.fn #26963
  • Remove jackson-module-kotlin warning #26962
  • Switch back to parallel thread after WebSession id is generated #26958
  • Introduce ResponseEntity.internalServerError() #26952
  • Polish PORT_PATTERN in UriComponentsBuilder #26951
  • Deprecate/Remove internal APIs in ScriptUtils implementations #26947
  • Consider returning static DefaultApplicationStartup step #26939
  • Exception in Tomcat when SockJS top URL is a WebSocket upgrade #26933
  • Improve support for port numbers in allowedOriginPattern of CorsConfiguration #26927
  • Add ApplicationEvent constructor for specifying timestamp #26871
  • Add awaitExchangeOrNull extension function to reactive webclient #26778

🪲 Bug Fixes

  • Revisit fix for gh-26905 in UriComponentsBuilder #27039
  • MultipartHttpMessageWriter in WebClient doesn't use custom Jackson Encoder since 5.3.3 #27017
  • PartFile name lost when building a MultiPart #27007
  • No replacement of deprecated CronSequenceGenerator.isValidExpression #26996
  • NPE if StompEndpointRegistry has allowedOrigins with null #26987
  • CronExpression is broken on spring-context-5.3.6 #26964
  • FlightRecorderApplicationStartup is not thread safe #26941
  • Ignore delimiter enclosed in double quotes in ScriptUtils #26935
  • Ignore comments when searching for SQL statement delimiter in ScriptUtils #26911

📔 Documentation

  • spring-framework-main-code attribute has not been expanded in docs #27041
  • Document that class-level @ResponseStatus is inherited by @ExceptionHandler methods #27031
  • Improve @Transactional docs regarding method visibility #27003
  • Fix @Transactional examples regarding method visibility #27001
  • Fix typo in code example #26980
  • Document transactional semantics for @TransactionalEventListener after completion methods #26974
  • Fix typo #26973
  • Fix broken Javadoc tags #26967

🔨 Dependency Upgrades

  • Upgrade to ASM master #27023
  • Upgrade to Coroutines 1.5.0 #26897
  • Upgrade to JUnit 5.7.2 #26946
  • Upgrade to Kotlin 1.5.10 #27035

❤️ Contributors

... (truncated)

Commits

Updates spring-context from 5.1.13.RELEASE to 5.3.8

Release notes

Sourced from spring-context's releases.

v5.3.8

⭐ New Features

  • HttpComponentsClientHttpConnector should close underlying resources #27032
  • Default value of StandaloneMockMvcBuilder.useSuffixPatternMatch differs from the same property in RequestMappingHandlerMapping #27030
  • Lookup method autowiring ignores method's generic info #26998
  • Set BEST_MATCHING_PATTERN_ATTRIBUTE on requests with WebMvc.fn #26963
  • Remove jackson-module-kotlin warning #26962
  • Switch back to parallel thread after WebSession id is generated #26958
  • Introduce ResponseEntity.internalServerError() #26952
  • Polish PORT_PATTERN in UriComponentsBuilder #26951
  • Deprecate/Remove internal APIs in ScriptUtils implementations #26947
  • Consider returning static DefaultApplicationStartup step #26939
  • Exception in Tomcat when SockJS top URL is a WebSocket upgrade #26933
  • Improve support for port numbers in allowedOriginPattern of CorsConfiguration #26927
  • Add ApplicationEvent constructor for specifying timestamp #26871
  • Add awaitExchangeOrNull extension function to reactive webclient #26778

🪲 Bug Fixes

  • Revisit fix for gh-26905 in UriComponentsBuilder #27039
  • MultipartHttpMessageWriter in WebClient doesn't use custom Jackson Encoder since 5.3.3 #27017
  • PartFile name lost when building a MultiPart #27007
  • No replacement of deprecated CronSequenceGenerator.isValidExpression #26996
  • NPE if StompEndpointRegistry has allowedOrigins with null #26987
  • CronExpression is broken on spring-context-5.3.6 #26964
  • FlightRecorderApplicationStartup is not thread safe #26941
  • Ignore delimiter enclosed in double quotes in ScriptUtils #26935
  • Ignore comments when searching for SQL statement delimiter in ScriptUtils #26911

📔 Documentation

  • spring-framework-main-code attribute has not been expanded in docs #27041
  • Document that class-level @ResponseStatus is inherited by @ExceptionHandler methods #27031
  • Improve @Transactional docs regarding method visibility #27003
  • Fix @Transactional examples regarding method visibility #27001
  • Fix typo in code example #26980
  • Document transactional semantics for @TransactionalEventListener after completion methods #26974
  • Fix typo #26973
  • Fix broken Javadoc tags #26967

🔨 Dependency Upgrades

  • Upgrade to ASM master #27023
  • Upgrade to Coroutines 1.5.0 #26897
  • Upgrade to JUnit 5.7.2 #26946
  • Upgrade to Kotlin 1.5.10 #27035

❤️ Contributors

... (truncated)

Commits

Updates spring-web from 5.1.13.RELEASE to 5.3.8

Release notes

Sourced from spring-web's releases.

v5.3.8

⭐ New Features

  • HttpComponentsClientHttpConnector should close underlying resources #27032
  • Default value of StandaloneMockMvcBuilder.useSuffixPatternMatch differs from the same property in RequestMappingHandlerMapping #27030
  • Lookup method autowiring ignores method's generic info #26998
  • Set BEST_MATCHING_PATTERN_ATTRIBUTE on requests with WebMvc.fn #26963
  • Remove jackson-module-kotlin warning #26962
  • Switch back to parallel thread after WebSession id is generated #26958
  • Introduce ResponseEntity.internalServerError() #26952
  • Polish PORT_PATTERN in UriComponentsBuilder #26951
  • Deprecate/Remove internal APIs in ScriptUtils implementations #26947
  • Consider returning static DefaultApplicationStartup step #26939
  • Exception in Tomcat when SockJS top URL is a WebSocket upgrade #26933
  • Improve support for port numbers in allowedOriginPattern of CorsConfiguration #26927
  • Add ApplicationEvent constructor for specifying timestamp #26871
  • Add awaitExchangeOrNull extension function to reactive webclient #26778

🪲 Bug Fixes

  • Revisit fix for gh-26905 in UriComponentsBuilder #27039
  • MultipartHttpMessageWriter in WebClient doesn't use custom Jackson Encoder since 5.3.3 #27017
  • PartFile name lost when building a MultiPart #27007
  • No replacement of deprecated CronSequenceGenerator.isValidExpression #26996
  • NPE if StompEndpointRegistry has allowedOrigins with null #26987
  • CronExpression is broken on spring-context-5.3.6 #26964
  • FlightRecorderApplicationStartup is not thread safe #26941
  • Ignore delimiter enclosed in double quotes in ScriptUtils #26935
  • Ignore comments when searching for SQL statement delimiter in ScriptUtils #26911

📔 Documentation

  • spring-framework-main-code attribute has not been expanded in docs #27041
  • Document that class-level @ResponseStatus is inherited by @ExceptionHandler methods #27031
  • Improve @Transactional docs regarding method visibility #27003
  • Fix @Transactional examples regarding method visibility #27001
  • Fix typo in code example #26980
  • Document transactional semantics for @TransactionalEventListener after completion methods #26974
  • Fix typo #26973
  • Fix broken Javadoc tags #26967

🔨 Dependency Upgrades

  • Upgrade to ASM master #27023
  • Upgrade to Coroutines 1.5.0 #26897
  • Upgrade to JUnit 5.7.2 #26946
  • Upgrade to Kotlin 1.5.10 #27035

❤️ Contributors

... (truncated)

Commits

Updates spring-webmvc from 5.1.13.RELEASE to 5.3.8 This update includes a security fix.

Vulnerabilities fixed

Sourced from The GitHub Security Advisory Database.

High severity vulnerability that affects org.springframework:spring-webmvc and org.springframework:spring-webflux In Spring Framework, versions 5.2.x prior to 5.2.3, versions 5.1.x prior to 5.1.13, and versions 5.0.x prior to 5.0.16, an application is vulnerable to a reflected file download (RFD) attack when it sets a "Content-Disposition" header in the response where the filename attribute is derived from user supplied input.

Affected versions: >= 5.1.0, < 5.1.13

Release notes

Sourced from spring-webmvc's releases.

v5.3.8

⭐ New Features

  • HttpComponentsClientHttpConnector should close underlying resources #27032
  • Default value of StandaloneMockMvcBuilder.useSuffixPatternMatch differs from the same property in RequestMappingHandlerMapping #27030
  • Lookup method autowiring ignores method's generic info #26998
  • Set BEST_MATCHING_PATTERN_ATTRIBUTE on requests with WebMvc.fn #26963
  • Remove jackson-module-kotlin warning #26962
  • Switch back to parallel thread after WebSession id is generated #26958
  • Introduce ResponseEntity.internalServerError() #26952
  • Polish PORT_PATTERN in UriComponentsBuilder #26951
  • Deprecate/Remove internal APIs in ScriptUtils implementations #26947
  • Consider returning static DefaultApplicationStartup step #26939
  • Exception in Tomcat when SockJS top URL is a WebSocket upgrade #26933
  • Improve support for port numbers in allowedOriginPattern of CorsConfiguration #26927
  • Add ApplicationEvent constructor for specifying timestamp #26871
  • Add awaitExchangeOrNull extension function to reactive webclient #26778

🪲 Bug Fixes

  • Revisit fix for gh-26905 in UriComponentsBuilder #27039
  • MultipartHttpMessageWriter in WebClient doesn't use custom Jackson Encoder since 5.3.3 #27017
  • PartFile name lost when building a MultiPart #27007
  • No replacement of deprecated CronSequenceGenerator.isValidExpression #26996
  • NPE if StompEndpointRegistry has allowedOrigins with null #26987
  • CronExpression is broken on spring-context-5.3.6 #26964
  • FlightRecorderApplicationStartup is not thread safe #26941
  • Ignore delimiter enclosed in double quotes in ScriptUtils #26935
  • Ignore comments when searching for SQL statement delimiter in ScriptUtils #26911

📔 Documentation

  • spring-framework-main-code attribute has not been expanded in docs #27041
  • Document that class-level @ResponseStatus is inherited by @ExceptionHandler methods #27031
  • Improve @Transactional docs regarding method visibility #27003
  • Fix @Transactional examples regarding method visibility #27001
  • Fix typo in code example #26980
  • Document transactional semantics for @TransactionalEventListener after completion methods #26974
  • Fix typo #26973
  • Fix broken Javadoc tags #26967

🔨 Dependency Upgrades

  • Upgrade to ASM master #27023
  • Upgrade to Coroutines 1.5.0 #26897
  • Upgrade to JUnit 5.7.2 #26946
  • Upgrade to Kotlin 1.5.10 #27035

❤️ Contributors

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `org.springframework.version` from 5.1.13.RELEASE to 5.3.8.

Updates `spring-core` from 5.1.13.RELEASE to 5.3.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.1.13.RELEASE...v5.3.8)

Updates `spring-context` from 5.1.13.RELEASE to 5.3.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.1.13.RELEASE...v5.3.8)

Updates `spring-web` from 5.1.13.RELEASE to 5.3.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.1.13.RELEASE...v5.3.8)

Updates `spring-webmvc` from 5.1.13.RELEASE to 5.3.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.1.13.RELEASE...v5.3.8)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Jun 10, 2021
@dependabot-preview
Copy link
Author

Superseded by #84.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.springframework.version-5.3.8 branch July 15, 2021 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants