-
Notifications
You must be signed in to change notification settings - Fork 283
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
java
Pull requests that update Java code
labels
Mar 18, 2024
dependabot
bot
requested review from
cwperks,
DarshitChanpura,
davidlago,
peternied,
RyanL1997,
stephen-crawford,
reta and
willyborankin
as code owners
March 18, 2024 06:49
1 task
@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
bot
force-pushed
the
dependabot/gradle/spring_version-5.3.33
branch
from
March 19, 2024 12:56
ba428d7
to
f69bdee
Compare
reta
approved these changes
Mar 19, 2024
willyborankin
approved these changes
Mar 19, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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 |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps
spring_version
from 5.3.32 to 5.3.33.Updates
org.springframework:spring-beans
from 5.3.32 to 5.3.33Release notes
Sourced from org.springframework:spring-beans's releases.
Commits
df041ba
Release v5.3.33297cbae
Extract reusable checkSchemeAndPort method274fba4
Additional unit tests for operations on empty UriTemplate5dfec09
Allow UriTemplate to be built with an empty template5056e8c
Upgrade to Reactor 2020.0.424566e86
Polishing1b84f97
Disable external Javadoc URLs not supported on JDK 841bc43b
Build KDoc against 5.3.x Spring Framework Javadoc915d5bd
Polishingdc86fea
Remove IOException that's not thrown from JavadocUpdates
org.springframework:spring-core
from 5.3.32 to 5.3.33Release notes
Sourced from org.springframework:spring-core's releases.
Commits
df041ba
Release v5.3.33297cbae
Extract reusable checkSchemeAndPort method274fba4
Additional unit tests for operations on empty UriTemplate5dfec09
Allow UriTemplate to be built with an empty template5056e8c
Upgrade to Reactor 2020.0.424566e86
Polishing1b84f97
Disable external Javadoc URLs not supported on JDK 841bc43b
Build KDoc against 5.3.x Spring Framework Javadoc915d5bd
Polishingdc86fea
Remove IOException that's not thrown from JavadocDependabot 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)