weixin-java-mp-demo-springmvc
weixin-java-mp-demo-springmvc copied to clipboard
Bump org.springframework:spring-web from 6.1.13 to 6.1.21
Bumps org.springframework:spring-web from 6.1.13 to 6.1.21.
Release notes
Sourced from org.springframework:spring-web's releases.
v6.1.21
:lady_beetle: Bug Fixes
- Encode non-printable character in Content-Disposition parameter #35035
- Allow update of existing
WebSessionafter max sessions limit is reached #35018- Enhanced configuration class fails to call package-visible superclass constructor on WebSphere #34951
:hammer: Dependency Upgrades
- Upgrade to Reactor 2023.0.19 #35022
v6.1.20
:star: New Features
- Add option for case-insensitive match to PatternMatchUtils #34802
:lady_beetle: Bug Fixes
- HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34854
- Accidental ClassLoader defineClass enforcement after #34677 #34839
:notebook_with_decorative_cover: Documentation
- Clarify
CompositePropertySourcebehavior forEnumerablePropertySourcecontract #34887:hammer: Dependency Upgrades
- Upgrade to Reactor 2023.0.18 #34899
v6.1.19
:star: New Features
- Suggest compilation with
-parameterswhenAspectJAdviceParameterNameDiscovererfails against ambiguity #34618:lady_beetle: Bug Fixes
PropertyBatchUpdateException: causes of nestedPropertyAccessExceptions not shown in output #34698- Change in Jar usecache behavior with Spring 6.1.x causing java.lang.IllegalStateException: zip file closed #34694
- Startup performance regression due to CGLIB class load attempts in Spring 6.1.x #34693
- IllegalAccessError for package-private member of AzureStorageConfiguration on WebSphere #34690
@Configurationclasses can no longer beabstractwithout@Beanmethods #34689- Generated-code for LinkedHashMap is missing static keyword #34661
- AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34619
:notebook_with_decorative_cover: Documentation
... (truncated)
Commits
fa36b34Release v6.1.21498ccdaUpgrade to Gradle 8.14.2fd68ea6Encode non-printable character in Content-Disposition parameter28caa39Upgrade to Reactor 2023.0.198ecc553Polish contributioncd44efaAllow update of existing WebSession after max sessions limit is reached59d2895Fix InMemoryWebSessionStoreTests.startsSessionImplicitly() testa876bb4Polish WebSession support and tests3b6becaCheck for package-visible constructor in case of ClassLoader mismatch59ffbd7Test conversion support in PropertySourcesPlaceholderConfigurer- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.