Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependabot: bump org.springframework.retry:spring-retry from 1.3.3 to…
… 1.3.4 (#3166) Bumps [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) from 1.3.3 to 1.3.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-retry/releases">org.springframework.retry:spring-retry's releases</a>.</em></p> <blockquote> <h2>v1.3.4</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>IllegalArgumentException when migrating from 1.3.1 to 1.3.2 and using class annotations <a href="https://redirect.github.com/spring-projects/spring-retry/issues/316">#316</a></li> <li>Pass evaluationContext when parsing expressions for CircuitBreaker properties <a href="https://redirect.github.com/spring-projects/spring-retry/issues/315">#315</a></li> <li>Allow composing <code>@retryable</code> annotation with <code>@AliasFor</code> recover method <a href="https://redirect.github.com/spring-projects/spring-retry/issues/314">#314</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-retry/commit/65cb556fd312095e0d1d5af98b0acf483b549fef"><code>65cb556</code></a> Release v1.3.4</li> <li><a href="https://github.com/spring-projects/spring-retry/commit/09abcea2223e6cac55e465a7d4766b6e18293607"><code>09abcea</code></a> Fix composite retriable ann test for expectation</li> <li><a href="https://github.com/spring-projects/spring-retry/commit/96e190e3df2824435f3b0a51b9471f90d86618aa"><code>96e190e</code></a> Make sure build fails if a test fails</li> <li><a href="https://github.com/spring-projects/spring-retry/commit/c202b5dcc1f14832bee110ba605de21e392167e6"><code>c202b5d</code></a> Fix compilation failure</li> <li><a href="https://github.com/spring-projects/spring-retry/commit/2e7a73c15af02c5b0e5c4e86efb69b509a74f292"><code>2e7a73c</code></a> Allow composing <code>@retryable</code> annotation</li> <li><a href="https://github.com/spring-projects/spring-retry/commit/7063d363862636ece7a8bf6a2b7b781589320dff"><code>7063d36</code></a> <a href="https://redirect.github.com/spring-projects/spring-retry/issues/299">GH-299</a>: Fix <a href="https://github.com/Recover"><code>@Recover</code></a> with Class Level <a href="https://github.com/Retryable"><code>@Retryable</code></a></li> <li><a href="https://github.com/spring-projects/spring-retry/commit/db0a050f58fd0dfbad170514bfa7d03226065779"><code>db0a050</code></a> <a href="https://redirect.github.com/spring-projects/spring-retry/issues/293">GH-293</a>: Fix Bean Resolver for CBreaker Expressions</li> <li><a href="https://github.com/spring-projects/spring-retry/commit/cd43720b66af7e3743f13ed7f7cfbc7e7ef7c364"><code>cd43720</code></a> Initiate 1.3.x branch</li> <li><a href="https://github.com/spring-projects/spring-retry/commit/95a0c9d65d8f1b250a6e87e7041a1d62e2248c3c"><code>95a0c9d</code></a> Next development version (v1.3.4-SNAPSHOT)</li> <li>See full diff in <a href="https://github.com/spring-projects/spring-retry/compare/v1.3.3...v1.3.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.retry:spring-retry&package-manager=gradle&previous-version=1.3.3&new-version=1.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
- Loading branch information