Skip to content

Bump spring.version from 4.0.3.RELEASE to 5.2.3.RELEASE #4

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

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 24, 2020

Bumps spring.version from 4.0.3.RELEASE to 5.2.3.RELEASE.

Updates spring-test from 4.0.3.RELEASE to 5.2.3.RELEASE

Release notes

Sourced from spring-test's releases.

v5.2.3.RELEASE

⭐ New Features

  • Update throwable to SQLException #24337
  • Update CORS support #24327
  • Improve exception message in AopContext.currentProxy() #24321
  • Trim line in LineInfo only once #24310
  • Merge getCallableInterceptors and getDeferredResultInterceptors #24305
  • Optimize SimpleAliasRegistry hasAlias implementation #24295
  • Improve ExposeInvocationInterceptor exception message #24293
  • Add ContentLength support for InputStreamResource created in ResourceHttpMessageConverter and ResourceDecoder #24292
  • StringHttpMessageConverter addDefaultHeaders() should check media type for wildcard before setting it into headers #24283
  • Add fast path for ClassUtils.hasMethod #24282
  • Support headers with multiple values in ResponseStatusException #24261
  • Remove quality parameter from chosen media type in WebFlux responses #24239
  • Remove Content-* response headers before error handling in WebFlux #24238
  • Reuse InputStream for ResourceRegionHttpMessageConverter #24214
  • Un-deprecate PathResource (for java.nio.file.Path resolution in createRelative) #24211
  • Simplify AdvisedSupport.removeAdvisor() #24205
  • Add BeanPropertyRowMapper.newInstance(mappedClass, conversionService) #24195
  • Short-circuit in AbstractBeanDefinition.equals() #24185
  • Expose local address in reactive ServerHttpRequest #24174
  • Improve exception message for mixed explicit and implicit aliases with @AliasFor #24168
  • Hoist constant result of SerializableTypeWrapper.unwrap() out of loop #24167
  • Add "application/*+xml" as supported media type to XML decoders #24164
  • Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution #24153
  • Let UriUtils.encode…(…) methods optimize for sources without the need to be encoded #24152
  • Add accessor for logPrefix in ClientResponse to allow tying a ClientRequest to a ClientResponse #24146
  • Support variable resolution of wildcard types #24145
  • WebTestClientExtensions.expectBody doesn't work for generic types #24142
  • Add firstElement to CollectionUtils #24135
  • Improve configuration API of ClientCodecConfigurer.CustomCodecs #24124
  • Introduce BeanNameGenerator based on fully qualified class name #24114
  • ContentDisposition cannot parse encoded filename with leading space #24112
  • Add option to encode MultiValueMap of query params #24043
  • AbstractMessageConverterMethodProcessor results in 406 with "Accept: /" when @RequestMapping produces condition determined the content type #23287
  • Allow testing with any value for Content-Type and Accept header in MockHttpServletRequestBuilder #2079

🪲 Bug Fixes

  • StringDecoder buffer leak related to maxInMemorySize limit #24339
  • Cloning a WebClient.Builder instance does not copy strategiesConfigurers #24329
  • SimpleKey contains invalid hashcode on deserialization when parameters include an enum #24320
  • ServerSentEventHttpMessageReader does not respect maxInMemorySize and is always limited to 256k messages #24312
  • Unsafe double-checked locking in SpelExpression#compileExpression #24265
  • Ensure CORS processing does not add Vary header twice on async requests #24223
  • Escape quotes in filename in ContentDisposition.Builder when charset not specified #24220
  • ClassUtils.getInterfaceMethodIfPossible overhead in cached methods for SpEL key/condition expressions #24206
  • ClientCodecConfigurer drops MultipartHttpMessageWriter.partWriters when mutated #24194
  • Regression: annotation searches no longer handle exceptions #24188
... (truncated)
Commits
  • 0ddc62e Release version 5.2.3.RELEASE
  • 8740c2d Warning against split URL handling in docs
  • 5debd86 Upgrade to Reactor Dysprosium SR3
  • 1c270d8 Fix Checkstyle violation
  • 29fe65d Upgrade to Dysprosium snapshots
  • 8a60867 Polishing regarding AJDT versions
  • 33ffdd8 Update copyright date
  • c84dd55 Fix typo in ReflectionUtilsTests
  • cbc5746 Support for maxInMemorySize in SSE reader
  • a741ae4 Improve limit handling in StringDecoder
  • Additional commits viewable in compare view

Updates spring-core from 4.0.3.RELEASE to 5.2.3.RELEASE

Release notes

Sourced from spring-core's releases.

v5.2.3.RELEASE

⭐ New Features

  • Update throwable to SQLException #24337
  • Update CORS support #24327
  • Improve exception message in AopContext.currentProxy() #24321
  • Trim line in LineInfo only once #24310
  • Merge getCallableInterceptors and getDeferredResultInterceptors #24305
  • Optimize SimpleAliasRegistry hasAlias implementation #24295
  • Improve ExposeInvocationInterceptor exception message #24293
  • Add ContentLength support for InputStreamResource created in ResourceHttpMessageConverter and ResourceDecoder #24292
  • StringHttpMessageConverter addDefaultHeaders() should check media type for wildcard before setting it into headers #24283
  • Add fast path for ClassUtils.hasMethod #24282
  • Support headers with multiple values in ResponseStatusException #24261
  • Remove quality parameter from chosen media type in WebFlux responses #24239
  • Remove Content-* response headers before error handling in WebFlux #24238
  • Reuse InputStream for ResourceRegionHttpMessageConverter #24214
  • Un-deprecate PathResource (for java.nio.file.Path resolution in createRelative) #24211
  • Simplify AdvisedSupport.removeAdvisor() #24205
  • Add BeanPropertyRowMapper.newInstance(mappedClass, conversionService) #24195
  • Short-circuit in AbstractBeanDefinition.equals() #24185
  • Expose local address in reactive ServerHttpRequest #24174
  • Improve exception message for mixed explicit and implicit aliases with @AliasFor #24168
  • Hoist constant result of SerializableTypeWrapper.unwrap() out of loop #24167
  • Add "application/*+xml" as supported media type to XML decoders #24164
  • Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution #24153
  • Let UriUtils.encode…(…) methods optimize for sources without the need to be encoded #24152
  • Add accessor for logPrefix in ClientResponse to allow tying a ClientRequest to a ClientResponse #24146
  • Support variable resolution of wildcard types #24145
  • WebTestClientExtensions.expectBody doesn't work for generic types #24142
  • Add firstElement to CollectionUtils #24135
  • Improve configuration API of ClientCodecConfigurer.CustomCodecs #24124
  • Introduce BeanNameGenerator based on fully qualified class name #24114
  • ContentDisposition cannot parse encoded filename with leading space #24112
  • Add option to encode MultiValueMap of query params #24043
  • AbstractMessageConverterMethodProcessor results in 406 with "Accept: /" when @RequestMapping produces condition determined the content type #23287
  • Allow testing with any value for Content-Type and Accept header in MockHttpServletRequestBuilder #2079

🪲 Bug Fixes

  • StringDecoder buffer leak related to maxInMemorySize limit #24339
  • Cloning a WebClient.Builder instance does not copy strategiesConfigurers #24329
  • SimpleKey contains invalid hashcode on deserialization when parameters include an enum #24320
  • ServerSentEventHttpMessageReader does not respect maxInMemorySize and is always limited to 256k messages #24312
  • Unsafe double-checked locking in SpelExpression#compileExpression #24265
  • Ensure CORS processing does not add Vary header twice on async requests #24223
  • Escape quotes in filename in ContentDisposition.Builder when charset not specified #24220
  • ClassUtils.getInterfaceMethodIfPossible overhead in cached methods for SpEL key/condition expressions #24206
  • ClientCodecConfigurer drops MultipartHttpMessageWriter.partWriters when mutated #24194
  • Regression: annotation searches no longer handle exceptions #24188
... (truncated)
Commits
  • 0ddc62e Release version 5.2.3.RELEASE
  • 8740c2d Warning against split URL handling in docs
  • 5debd86 Upgrade to Reactor Dysprosium SR3
  • 1c270d8 Fix Checkstyle violation
  • 29fe65d Upgrade to Dysprosium snapshots
  • 8a60867 Polishing regarding AJDT versions
  • 33ffdd8 Update copyright date
  • c84dd55 Fix typo in ReflectionUtilsTests
  • cbc5746 Support for maxInMemorySize in SSE reader
  • a741ae4 Improve limit handling in StringDecoder
  • Additional commits viewable in compare view

Updates spring-webmvc from 4.0.3.RELEASE to 5.2.3.RELEASE

Release notes

Sourced from spring-webmvc's releases.

v5.2.3.RELEASE

⭐ New Features

  • Update throwable to SQLException #24337
  • Update CORS support #24327
  • Improve exception message in AopContext.currentProxy() #24321
  • Trim line in LineInfo only once #24310
  • Merge getCallableInterceptors and getDeferredResultInterceptors #24305
  • Optimize SimpleAliasRegistry hasAlias implementation #24295
  • Improve ExposeInvocationInterceptor exception message #24293
  • Add ContentLength support for InputStreamResource created in ResourceHttpMessageConverter and ResourceDecoder #24292
  • StringHttpMessageConverter addDefaultHeaders() should check media type for wildcard before setting it into headers #24283
  • Add fast path for ClassUtils.hasMethod #24282
  • Support headers with multiple values in ResponseStatusException #24261
  • Remove quality parameter from chosen media type in WebFlux responses #24239
  • Remove Content-* response headers before error handling in WebFlux #24238
  • Reuse InputStream for ResourceRegionHttpMessageConverter #24214
  • Un-deprecate PathResource (for java.nio.file.Path resolution in createRelative) #24211
  • Simplify AdvisedSupport.removeAdvisor() #24205
  • Add BeanPropertyRowMapper.newInstance(mappedClass, conversionService) #24195
  • Short-circuit in AbstractBeanDefinition.equals() #24185
  • Expose local address in reactive ServerHttpRequest #24174
  • Improve exception message for mixed explicit and implicit aliases with @AliasFor #24168
  • Hoist constant result of SerializableTypeWrapper.unwrap() out of loop #24167
  • Add "application/*+xml" as supported media type to XML decoders #24164
  • Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution #24153
  • Let UriUtils.encode…(…) methods optimize for sources without the need to be encoded #24152
  • Add accessor for logPrefix in ClientResponse to allow tying a ClientRequest to a ClientResponse #24146
  • Support variable resolution of wildcard types #24145
  • WebTestClientExtensions.expectBody doesn't work for generic types #24142
  • Add firstElement to CollectionUtils #24135
  • Improve configuration API of ClientCodecConfigurer.CustomCodecs #24124
  • Introduce BeanNameGenerator based on fully qualified class name #24114
  • ContentDisposition cannot parse encoded filename with leading space #24112
  • Add option to encode MultiValueMap of query params #24043
  • AbstractMessageConverterMethodProcessor results in 406 with "Accept: /" when @RequestMapping produces condition determined the content type #23287
  • Allow testing with any value for Content-Type and Accept header in MockHttpServletRequestBuilder #2079

🪲 Bug Fixes

  • StringDecoder buffer leak related to maxInMemorySize limit #24339
  • Cloning a WebClient.Builder instance does not copy strategiesConfigurers #24329
  • SimpleKey contains invalid hashcode on deserialization when parameters include an enum #24320
  • ServerSentEventHttpMessageReader does not respect maxInMemorySize and is always limited to 256k messages #24312
  • Unsafe double-checked locking in SpelExpression#compileExpression #24265
  • Ensure CORS processing does not add Vary header twice on async requests #24223
  • Escape quotes in filename in ContentDisposition.Builder when charset not specified #24220
  • ClassUtils.getInterfaceMethodIfPossible overhead in cached methods for SpEL key/condition expressions #24206
  • ClientCodecConfigurer drops MultipartHttpMessageWriter.partWriters when mutated #24194
  • Regression: annotation searches no longer handle exceptions #24188
... (truncated)
Commits
  • 0ddc62e Release version 5.2.3.RELEASE
  • 8740c2d Warning against split URL handling in docs
  • 5debd86 Upgrade to Reactor Dysprosium SR3
  • 1c270d8 Fix Checkstyle violation
  • 29fe65d Upgrade to Dysprosium snapshots
  • 8a60867 Polishing regarding AJDT versions
  • 33ffdd8 Update copyright date
  • c84dd55 Fix typo in ReflectionUtilsTests
  • cbc5746 Support for maxInMemorySize in SSE reader
  • a741ae4 Improve limit handling in StringDecoder
  • Additional commits viewable in compare view

Updates spring-jdbc from 4.0.3.RELEASE to 5.2.3.RELEASE

Release notes

Sourced from spring-jdbc's releases.

v5.2.3.RELEASE

⭐ New Features

  • Update throwable to SQLException #24337
  • Update CORS support #24327
  • Improve exception message in AopContext.currentProxy() #24321
  • Trim line in LineInfo only once #24310
  • Merge getCallableInterceptors and getDeferredResultInterceptors #24305
  • Optimize SimpleAliasRegistry hasAlias implementation #24295
  • Improve ExposeInvocationInterceptor exception message #24293
  • Add ContentLength support for InputStreamResource created in ResourceHttpMessageConverter and ResourceDecoder #24292
  • StringHttpMessageConverter addDefaultHeaders() should check media type for wildcard before setting it into headers #24283
  • Add fast path for ClassUtils.hasMethod #24282
  • Support headers with multiple values in ResponseStatusException #24261
  • Remove quality parameter from chosen media type in WebFlux responses #24239
  • Remove Content-* response headers before error handling in WebFlux #24238
  • Reuse InputStream for ResourceRegionHttpMessageConverter #24214
  • Un-deprecate PathResource (for java.nio.file.Path resolution in createRelative) #24211
  • Simplify AdvisedSupport.removeAdvisor() #24205
  • Add BeanPropertyRowMapper.newInstance(mappedClass, conversionService) #24195
  • Short-circuit in AbstractBeanDefinition.equals() #24185
  • Expose local address in reactive ServerHttpRequest #24174
  • Improve exception message for mixed explicit and implicit aliases with @AliasFor #24168
  • Hoist constant result of SerializableTypeWrapper.unwrap() out of loop #24167
  • Add "application/*+xml" as supported media type to XML decoders #24164
  • Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution #24153
  • Let UriUtils.encode…(…) methods optimize for sources without the need to be encoded #24152
  • Add accessor for logPrefix in ClientResponse to allow tying a ClientRequest to a ClientResponse #24146
  • Support variable resolution of wildcard types #24145
  • WebTestClientExtensions.expectBody doesn't work for generic types #24142
  • Add firstElement to CollectionUtils #24135
  • Improve configuration API of ClientCodecConfigurer.CustomCodecs #24124
  • Introduce BeanNameGenerator based on fully qualified class name #24114
  • ContentDisposition cannot parse encoded filename with leading space #24112
  • Add option to encode MultiValueMap of query params #24043
  • AbstractMessageConverterMethodProcessor results in 406 with "Accept: /" when @RequestMapping produces condition determined the content type #23287
  • Allow testing with any value for Content-Type and Accept header in MockHttpServletRequestBuilder #2079

🪲 Bug Fixes

  • StringDecoder buffer leak related to maxInMemorySize limit #24339
  • Cloning a WebClient.Builder instance does not copy strategiesConfigurers #24329
  • SimpleKey contains invalid hashcode on deserialization when parameters include an enum #24320
  • ServerSentEventHttpMessageReader does not respect maxInMemorySize and is always limited to 256k messages #24312
  • Unsafe double-checked locking in SpelExpression#compileExpression #24265
  • Ensure CORS processing does not add Vary header twice on async requests #24223
  • Escape quotes in filename in ContentDisposition.Builder when charset not specified #24220
  • ClassUtils.getInterfaceMethodIfPossible overhead in cached methods for SpEL key/condition expressions #24206
  • ClientCodecConfigurer drops MultipartHttpMessageWriter.partWriters when mutated #24194
  • Regression: annotation searches no longer handle exceptions #24188
... (truncated)
Commits
  • 0ddc62e Release version 5.2.3.RELEASE
  • 8740c2d Warning against split URL handling in docs
  • 5debd86 Upgrade to Reactor Dysprosium SR3
  • 1c270d8 Fix Checkstyle violation
  • 29fe65d Upgrade to Dysprosium snapshots
  • 8a60867 Polishing regarding AJDT versions
  • 33ffdd8 Update copyright date
  • c84dd55 Fix typo in ReflectionUtilsTests
  • cbc5746 Support for maxInMemorySize in SSE reader
  • a741ae4 Improve limit handling in StringDecoder
  • Additional commits viewable in compare view

Updates spring-integration-mail from 4.0.3.RELEASE to 5.2.3.RELEASE

Release notes

Sourced from spring-integration-mail's releases.

v5.2.3.RELEASE

Change log:

fac8bf17c88cfbf9cf9871634c5370dcc67a6b3c Upgrade dependencies; prepare for release
1a9fb83199c5edb38c490b730c28d28ffc5cfeef GH-3129: Use VARCHAR2 for non-fixed strings (#3133)
939e49cd609e2e8d912204a1c5806927dbd420af Fix argument type in JMS OCA Spec javadoc
6ba19823ff69a16052c0aa0eccbd593d49783d34 Fix javadoc copy/paste typos in JMS OCA Spec
c6358a93d44f0e132f0e94d62379983adef5e4ce (GH-3123) GH-3123: Don't logout FtpSession if not connected
1334c751473f5cc0a22db83368e3fb8b26a6255e Fix new Sonar smell
5455ccb8dc3e219e870a3f421b643c43778fcc65 Fix AbstractMethodAnnPP.postProcess() complexity
a9ab4827a9719bf9408b2be539ca4437868c1956 Fix tests for the previous commit - new behavior
887a0896efcd078af6db7cec8ee47393b8f9aeaf Fix Messaging Annotations for ReplyProdMHWrapper
cf7f2df9205040f87ee2d7a713d09b93338f2cee Fix link for message-transformation in index.adoc
34c4554adfb4895ac843555e99696020f188a47f (origin/master, origin/HEAD) Fix UUID import in test
54aeaff0f094c366fcfc8e089e84ba8909e6c36f Add mavenLocal project property for Gradle
71adc5d11193e3907f081a0a6e9d5479c270731e (GatewayProxy_only_abstract_methods) Remove sonar.projectKey & sonar.projectName yet
492aaf91d6062f15cfb2abe018e8bcc03dfc6a01 Revert "Remove sonar.projectKey & sonar.projectName"
66731169c390b23daa7e908b2b34cf40085e119f Remove sonar.projectKey & sonar.projectName
2e10cc8e9ce903af358a3faf6cbd38028182e465 Add checkstyleVersion Gradle CLI property
2d130328471f2bf7f9143d368db53a685e4f0996 Add sonar.projectName property for SonarQube
9a3f5b1a51df0cca621194631d28a87392cd79a8 Revert "Attempt to remove Sonar and Jacoco plugins"
6400f59194c0a8af4238122c8315a3f59f4ba9b1 Attempt to remove Sonar and Jacoco plugins
837eda30a9f6da0f8f7ca0b37563269cd9a937eb Populate sonar.projectKey property

v5.2.2.RELEASE

Change log:

aa895e73650089710a9d402518ca7597e20ee2e0 (HEAD -> master, upgrades1) Upgrade dependencies; prepare for release
d5e314861834d0c5e2fd9122a8bf481027641fc1 Upgrade Spring AMQP, Data versions
94e08169a5fe26f690e0fbac89a2f3f2719ef23e Use EmitterProcessor in the FluxMessageChannel (#3104)
762f83960283b29e162a843120de2546eff5bdc0 Upgrade to SF-5.2.2; Lettuce-5.2.1
42b812b71159234e29ed63359198a7f31a53cdb5 Introduce RSocketInteractionModel (#3110)
8e7c1067f351fa5c9199b3cdfe5be4b12372ee76 Fix pub/sub race conditions in Reactive tests
daa89bf091c89ef92bad55af4e5790fbd1e150af Fix changes-5.0-5.1.adoc for proper version range
75c9db1b0e900b84120109e946e50466bd1af19d RSocketOG: rename method to prepareRetrieveSpec
d9df857dc13810431a21a9685a930f825d2aedec Fix RSocketOutboundGateway to use RetrieveSpec
516ecbcf8bf9a8240eddc28a59d0643040194365 GH-3114: Honor SpEL contract in ExpressionEvalMap
ee7be04c15576bcd0f7a31d605f1330a0073d8e0 Update roles in publish-maven.gradle
2da7ae016d14fc534ff457e5cc6a0ecea7ebef22 Add NPE test for ExprEvalSqlParameterSourceFactory
9fb2e570c94af485498bd548cb92a0e406523a74 GH-3113: Fix NPE in EESqlParameterSourceFactory
ffa199876d1c35df965df1d98c54a2a2d664901d Fix Sonar issue from previous commit
f80ecf17fa675de302a27786abc75851d12c99ea Fix TcpConnectionFactory FactoryBean
0ec9859c0f4e77945c18e2ebeee1c173ab9f8568 Refactor some tests into JUnit 5
25e945908c37f1a8def185247731293e9160ff94 Fix RSocket module according changes in SF
0f5bd4a40aabcd7c485207a58bcc51e5fd936c66 INT-3494: Resolve dir for writing as a Resource (#3109)
069d8730e03140a27690a7682b4f81a84363e143 Fix NPE in RSocketInboundGateway.decodePayload()
72f7c723920d0e10f5d6ac38f4231b61eabe52ec GH-3107: Add errorOnTimeout for TcpInboundGateway
0bbdd3a5f725c9c44decfe0685ec8147bcda14b8 Upgrade to Gradle 6.0; AMQP and Data SNAPSHOTs
783a07cf067a12f5c50ac1e42dc3012147d75cc0 Fix HTTP tests accoridng SF changes
d9e09b93fc66bac7b8961674d2a354f9b60e4545 Test that Kotlin synthetic classes work in SpEL

... (truncated)
Commits
  • e9cfb02 [artifactory-release] Release version 5.2.3.RELEASE
  • fac8bf1 Upgrade dependencies; prepare for release
  • 1a9fb83 GH-3129: Use VARCHAR2 for non-fixed strings (#3133)
  • 939e49c Fix argument type in JMS OCA Spec javadoc
  • 6ba1982 Fix javadoc copy/paste typos in JMS OCA Spec
  • c6358a9 GH-3123: Don't logout FtpSession if not connected
  • 1334c75 Fix new Sonar smell
  • 5455ccb Fix AbstractMethodAnnPP.postProcess() complexity
  • a9ab482 Fix tests for the previous commit - new behavior
  • 887a089 Fix Messaging Annotations for ReplyProdMHWrapper
  • Additional commits viewable in compare view

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.


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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps `spring.version` from 4.0.3.RELEASE to 5.2.3.RELEASE.

Updates `spring-test` from 4.0.3.RELEASE to 5.2.3.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.0.3.RELEASE...v5.2.3.RELEASE)

Updates `spring-core` from 4.0.3.RELEASE to 5.2.3.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.0.3.RELEASE...v5.2.3.RELEASE)

Updates `spring-webmvc` from 4.0.3.RELEASE to 5.2.3.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.0.3.RELEASE...v5.2.3.RELEASE)

Updates `spring-jdbc` from 4.0.3.RELEASE to 5.2.3.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.0.3.RELEASE...v5.2.3.RELEASE)

Updates `spring-integration-mail` from 4.0.3.RELEASE to 5.2.3.RELEASE
- [Release notes](https://github.com/spring-projects/spring-integration/releases)
- [Commits](spring-projects/spring-integration@v4.0.3.RELEASE...v5.2.3.RELEASE)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 18, 2021

Looks like these dependencies are no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Jun 18, 2021
@dependabot dependabot bot deleted the dependabot/maven/spring.version-5.2.3.RELEASE branch June 18, 2021 06:34
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants