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

Bump spring_version from 5.3.32 to 5.3.33 #4125

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps spring_version from 5.3.32 to 5.3.33.
Updates org.springframework:spring-beans from 5.3.32 to 5.3.33

Release notes

Sourced from org.springframework:spring-beans's releases.

v5.3.33

⭐ New Features

  • Extract reusable method for URI validations #32442
  • Allow UriTemplate to be built with an empty template #32438
  • Refine *HttpMessageConverter#getContentLength return value null safety #32332

🐞 Bug Fixes

  • AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore #32369
  • Better protect against concurrent error handling for async requests #32342
  • Restore Jetty 10 compatibility in JettyClientHttpResponse #32337
  • ContentCachingResponseWrapper no longer honors Content-Type and Content-Length #32322

📔 Documentation

  • Build KDoc against 5.3.x Spring Framework Javadoc #32414

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.42 #32422
Commits
  • df041ba Release v5.3.33
  • 297cbae Extract reusable checkSchemeAndPort method
  • 274fba4 Additional unit tests for operations on empty UriTemplate
  • 5dfec09 Allow UriTemplate to be built with an empty template
  • 5056e8c Upgrade to Reactor 2020.0.42
  • 4566e86 Polishing
  • 1b84f97 Disable external Javadoc URLs not supported on JDK 8
  • 41bc43b Build KDoc against 5.3.x Spring Framework Javadoc
  • 915d5bd Polishing
  • dc86fea Remove IOException that's not thrown from Javadoc
  • Additional commits viewable in compare view

Updates org.springframework:spring-core from 5.3.32 to 5.3.33

Release notes

Sourced from org.springframework:spring-core's releases.

v5.3.33

⭐ New Features

  • Extract reusable method for URI validations #32442
  • Allow UriTemplate to be built with an empty template #32438
  • Refine *HttpMessageConverter#getContentLength return value null safety #32332

🐞 Bug Fixes

  • AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore #32369
  • Better protect against concurrent error handling for async requests #32342
  • Restore Jetty 10 compatibility in JettyClientHttpResponse #32337
  • ContentCachingResponseWrapper no longer honors Content-Type and Content-Length #32322

📔 Documentation

  • Build KDoc against 5.3.x Spring Framework Javadoc #32414

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.42 #32422
Commits
  • df041ba Release v5.3.33
  • 297cbae Extract reusable checkSchemeAndPort method
  • 274fba4 Additional unit tests for operations on empty UriTemplate
  • 5dfec09 Allow UriTemplate to be built with an empty template
  • 5056e8c Upgrade to Reactor 2020.0.42
  • 4566e86 Polishing
  • 1b84f97 Disable external Javadoc URLs not supported on JDK 8
  • 41bc43b Build KDoc against 5.3.x Spring Framework Javadoc
  • 915d5bd Polishing
  • dc86fea Remove IOException that's not thrown from Javadoc
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot requested a review from cliu123 as a code owner March 18, 2024 06:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 18, 2024
@willyborankin willyborankin mentioned this pull request Mar 18, 2024
1 task
@reta
Copy link
Collaborator

reta commented Mar 19, 2024

@dependabot rebase please

Bumps `spring_version` from 5.3.32 to 5.3.33.

Updates `org.springframework:spring-beans` from 5.3.32 to 5.3.33
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.32...v5.3.33)

Updates `org.springframework:spring-core` from 5.3.32 to 5.3.33
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.32...v5.3.33)

---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/spring_version-5.3.33 branch from ba428d7 to f69bdee Compare March 19, 2024 12:56
@willyborankin willyborankin added the backport 2.x backport to 2.x branch label Mar 19, 2024
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.90%. Comparing base (65c5b69) to head (f69bdee).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4125      +/-   ##
==========================================
- Coverage   65.91%   65.90%   -0.01%     
==========================================
  Files         298      298              
  Lines       21352    21352              
  Branches     3475     3475              
==========================================
- Hits        14074    14072       -2     
- Misses       5540     5541       +1     
- Partials     1738     1739       +1     

see 1 file with indirect coverage changes

@willyborankin willyborankin merged commit 6d2fb70 into main Mar 19, 2024
94 checks passed
@willyborankin willyborankin deleted the dependabot/gradle/spring_version-5.3.33 branch March 19, 2024 13:18
opensearch-trigger-bot bot pushed a commit that referenced this pull request Mar 19, 2024
Bumps `spring_version` from 5.3.32 to 5.3.33.
Updates `org.springframework:spring-beans` from 5.3.32 to 5.3.33
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-beans's
releases</a>.</em></p>
<blockquote>
<h2>v5.3.33</h2>
<h2>:star: New Features</h2>
<ul>
<li>Extract reusable method for URI validations <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32442">#32442</a></li>
<li>Allow UriTemplate to be built with an empty template <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32438">#32438</a></li>
<li>Refine <code>*HttpMessageConverter#getContentLength</code> return
value null safety <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32332">#32332</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>AopUtils.getMostSpecificMethod does not return original method for
proxy-derived method anymore <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32369">#32369</a></li>
<li>Better protect against concurrent error handling for async requests
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32342">#32342</a></li>
<li>Restore Jetty 10 compatibility in JettyClientHttpResponse <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32337">#32337</a></li>
<li>ContentCachingResponseWrapper no longer honors Content-Type and
Content-Length <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32322">#32322</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Build KDoc against <code>5.3.x</code> Spring Framework Javadoc <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32414">#32414</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Reactor 2020.0.42 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32422">#32422</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/df041ba032cceb9ca5c96214fe238b91c3f94f63"><code>df041ba</code></a>
Release v5.3.33</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/297cbae2990e1413537c55845a7e0ea0ffd9f9bb"><code>297cbae</code></a>
Extract reusable checkSchemeAndPort method</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/274fba47f3b15bc12c8d81571c68987989f812e8"><code>274fba4</code></a>
Additional unit tests for operations on empty UriTemplate</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5dfec09edd62be011bbdbfd4e225f89b1e750311"><code>5dfec09</code></a>
Allow UriTemplate to be built with an empty template</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5056e8cbfb2f22204a4227b335291d17f629dfcb"><code>5056e8c</code></a>
Upgrade to Reactor 2020.0.42</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/4566e8685d4baa41a6df4d6815ddc5579c4db073"><code>4566e86</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/1b84f970dee1cce4c4fbf16ae8a90f17c5c6b12c"><code>1b84f97</code></a>
Disable external Javadoc URLs not supported on JDK 8</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/41bc43b03377b33d8182a7aab30d34a29fba9471"><code>41bc43b</code></a>
Build KDoc against 5.3.x Spring Framework Javadoc</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/915d5bddeaf189b9b638cc3440435291390dfabd"><code>915d5bd</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/dc86feaeb6571bfffd594412fc409ba305aff316"><code>dc86fea</code></a>
Remove IOException that's not thrown from Javadoc</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v5.3.32...v5.3.33">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.springframework:spring-core` from 5.3.32 to 5.3.33
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-core's
releases</a>.</em></p>
<blockquote>
<h2>v5.3.33</h2>
<h2>:star: New Features</h2>
<ul>
<li>Extract reusable method for URI validations <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32442">#32442</a></li>
<li>Allow UriTemplate to be built with an empty template <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32438">#32438</a></li>
<li>Refine <code>*HttpMessageConverter#getContentLength</code> return
value null safety <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32332">#32332</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>AopUtils.getMostSpecificMethod does not return original method for
proxy-derived method anymore <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32369">#32369</a></li>
<li>Better protect against concurrent error handling for async requests
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32342">#32342</a></li>
<li>Restore Jetty 10 compatibility in JettyClientHttpResponse <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32337">#32337</a></li>
<li>ContentCachingResponseWrapper no longer honors Content-Type and
Content-Length <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32322">#32322</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Build KDoc against <code>5.3.x</code> Spring Framework Javadoc <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32414">#32414</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Reactor 2020.0.42 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32422">#32422</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/df041ba032cceb9ca5c96214fe238b91c3f94f63"><code>df041ba</code></a>
Release v5.3.33</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/297cbae2990e1413537c55845a7e0ea0ffd9f9bb"><code>297cbae</code></a>
Extract reusable checkSchemeAndPort method</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/274fba47f3b15bc12c8d81571c68987989f812e8"><code>274fba4</code></a>
Additional unit tests for operations on empty UriTemplate</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5dfec09edd62be011bbdbfd4e225f89b1e750311"><code>5dfec09</code></a>
Allow UriTemplate to be built with an empty template</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5056e8cbfb2f22204a4227b335291d17f629dfcb"><code>5056e8c</code></a>
Upgrade to Reactor 2020.0.42</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/4566e8685d4baa41a6df4d6815ddc5579c4db073"><code>4566e86</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/1b84f970dee1cce4c4fbf16ae8a90f17c5c6b12c"><code>1b84f97</code></a>
Disable external Javadoc URLs not supported on JDK 8</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/41bc43b03377b33d8182a7aab30d34a29fba9471"><code>41bc43b</code></a>
Build KDoc against 5.3.x Spring Framework Javadoc</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/915d5bddeaf189b9b638cc3440435291390dfabd"><code>915d5bd</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/dc86feaeb6571bfffd594412fc409ba305aff316"><code>dc86fea</code></a>
Remove IOException that's not thrown from Javadoc</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v5.3.32...v5.3.33">compare
view</a></li>
</ul>
</details>
<br />

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 6d2fb70)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Mar 19, 2024
Backport 6d2fb70 from #4125.

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dlin2028 pushed a commit to dlin2028/security that referenced this pull request May 1, 2024
Bumps `spring_version` from 5.3.32 to 5.3.33.
Updates `org.springframework:spring-beans` from 5.3.32 to 5.3.33
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-beans's
releases</a>.</em></p>
<blockquote>
<h2>v5.3.33</h2>
<h2>:star: New Features</h2>
<ul>
<li>Extract reusable method for URI validations <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32442">#32442</a></li>
<li>Allow UriTemplate to be built with an empty template <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32438">#32438</a></li>
<li>Refine <code>*HttpMessageConverter#getContentLength</code> return
value null safety <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32332">#32332</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>AopUtils.getMostSpecificMethod does not return original method for
proxy-derived method anymore <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32369">#32369</a></li>
<li>Better protect against concurrent error handling for async requests
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32342">#32342</a></li>
<li>Restore Jetty 10 compatibility in JettyClientHttpResponse <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32337">#32337</a></li>
<li>ContentCachingResponseWrapper no longer honors Content-Type and
Content-Length <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32322">#32322</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Build KDoc against <code>5.3.x</code> Spring Framework Javadoc <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32414">#32414</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Reactor 2020.0.42 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32422">#32422</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/df041ba032cceb9ca5c96214fe238b91c3f94f63"><code>df041ba</code></a>
Release v5.3.33</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/297cbae2990e1413537c55845a7e0ea0ffd9f9bb"><code>297cbae</code></a>
Extract reusable checkSchemeAndPort method</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/274fba47f3b15bc12c8d81571c68987989f812e8"><code>274fba4</code></a>
Additional unit tests for operations on empty UriTemplate</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5dfec09edd62be011bbdbfd4e225f89b1e750311"><code>5dfec09</code></a>
Allow UriTemplate to be built with an empty template</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5056e8cbfb2f22204a4227b335291d17f629dfcb"><code>5056e8c</code></a>
Upgrade to Reactor 2020.0.42</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/4566e8685d4baa41a6df4d6815ddc5579c4db073"><code>4566e86</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/1b84f970dee1cce4c4fbf16ae8a90f17c5c6b12c"><code>1b84f97</code></a>
Disable external Javadoc URLs not supported on JDK 8</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/41bc43b03377b33d8182a7aab30d34a29fba9471"><code>41bc43b</code></a>
Build KDoc against 5.3.x Spring Framework Javadoc</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/915d5bddeaf189b9b638cc3440435291390dfabd"><code>915d5bd</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/dc86feaeb6571bfffd594412fc409ba305aff316"><code>dc86fea</code></a>
Remove IOException that's not thrown from Javadoc</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v5.3.32...v5.3.33">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.springframework:spring-core` from 5.3.32 to 5.3.33
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-core's
releases</a>.</em></p>
<blockquote>
<h2>v5.3.33</h2>
<h2>:star: New Features</h2>
<ul>
<li>Extract reusable method for URI validations <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32442">#32442</a></li>
<li>Allow UriTemplate to be built with an empty template <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32438">#32438</a></li>
<li>Refine <code>*HttpMessageConverter#getContentLength</code> return
value null safety <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32332">#32332</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>AopUtils.getMostSpecificMethod does not return original method for
proxy-derived method anymore <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32369">#32369</a></li>
<li>Better protect against concurrent error handling for async requests
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32342">#32342</a></li>
<li>Restore Jetty 10 compatibility in JettyClientHttpResponse <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32337">#32337</a></li>
<li>ContentCachingResponseWrapper no longer honors Content-Type and
Content-Length <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32322">#32322</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Build KDoc against <code>5.3.x</code> Spring Framework Javadoc <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32414">#32414</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Reactor 2020.0.42 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32422">#32422</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/df041ba032cceb9ca5c96214fe238b91c3f94f63"><code>df041ba</code></a>
Release v5.3.33</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/297cbae2990e1413537c55845a7e0ea0ffd9f9bb"><code>297cbae</code></a>
Extract reusable checkSchemeAndPort method</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/274fba47f3b15bc12c8d81571c68987989f812e8"><code>274fba4</code></a>
Additional unit tests for operations on empty UriTemplate</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5dfec09edd62be011bbdbfd4e225f89b1e750311"><code>5dfec09</code></a>
Allow UriTemplate to be built with an empty template</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5056e8cbfb2f22204a4227b335291d17f629dfcb"><code>5056e8c</code></a>
Upgrade to Reactor 2020.0.42</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/4566e8685d4baa41a6df4d6815ddc5579c4db073"><code>4566e86</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/1b84f970dee1cce4c4fbf16ae8a90f17c5c6b12c"><code>1b84f97</code></a>
Disable external Javadoc URLs not supported on JDK 8</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/41bc43b03377b33d8182a7aab30d34a29fba9471"><code>41bc43b</code></a>
Build KDoc against 5.3.x Spring Framework Javadoc</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/915d5bddeaf189b9b638cc3440435291390dfabd"><code>915d5bd</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/dc86feaeb6571bfffd594412fc409ba305aff316"><code>dc86fea</code></a>
Remove IOException that's not thrown from Javadoc</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v5.3.32...v5.3.33">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport to 2.x branch dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants