Bump org.springframework:spring-web from 3.2.0.RELEASE to 6.1.21 in /url-parser by dependabot[bot] · Pull Request #93 · cherkavi/java-code-example
Bumps org.springframework:spring-web from 3.2.0.RELEASE to 6.1.21.
Release notes
Sourced from org.springframework:spring-web's releases.
v6.1.21
🐞 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
🔨 Dependency Upgrades
- Upgrade to Reactor 2023.0.19 #35022
v6.1.20
⭐ New Features
- Add option for case-insensitive match to PatternMatchUtils #34802
🐞 Bug Fixes
- HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34854
- Accidental ClassLoader defineClass enforcement after #34677 #34839
📔 Documentation
- Clarify
CompositePropertySourcebehavior forEnumerablePropertySourcecontract #34887🔨 Dependency Upgrades
- Upgrade to Reactor 2023.0.18 #34899
v6.1.19
⭐ New Features
- Suggest compilation with
-parameterswhenAspectJAdviceParameterNameDiscovererfails against ambiguity #34618🐞 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
📔 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 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.