Skip to content

Commit

Permalink
dependabot: bump org.springframework:spring-beans from 5.3.29 to 5.3.…
Browse files Browse the repository at this point in the history
…30 (opensearch-project#3366)

Bumps
[org.springframework:spring-beans](https://github.com/spring-projects/spring-framework)
from 5.3.29 to 5.3.30.
<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.30</h2>
<h2>:star: New Features</h2>
<ul>
<li>Optimize <code>ClassUtils#getMostSpecificMethod</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31100">#31100</a></li>
<li>Optimize whitespace checks in <code>StringUtils</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31069">#31069</a></li>
<li>Align validation metadata handling in
<code>PayloadMethodArgumentResolver</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31056">#31056</a></li>
<li>Register an override for an existing adapter in
<code>ReactiveAdapterRegistry</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31048">#31048</a></li>
<li>Make bean initialization deterministic for multiple
<code>@Autowired</code> methods on same bean class <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/30994">#30994</a></li>
<li>Performance bottlenecks while creating scoped bean instances <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/30892">#30892</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Possible classloader leak through incomplete clearing of annotation
caches <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31176">#31176</a></li>
<li>Spring <code>LogFactory</code> implementation deviates from original
Apache <code>LogFactory</code> in terms of abstract method declarations
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31167">#31167</a></li>
<li>Bean injection fails due to <code>nullSafeConciseToString()</code>
invoking <code>isEmpty()</code> on a
<code>Map</code>/<code>Collection</code> proxy <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31156">#31156</a></li>
<li>SpelExpressionParser throws IllegalStateException instead of
ParseException for invalid expression <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31099">#31099</a></li>
<li><code>@DynamicPropertySource</code> in <code>@nested</code> test
class cannot override dynamic properties from enclosing class <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31085">#31085</a></li>
<li><code>TransactionalApplicationListenerMethodAdapter</code> should
find <code>@TransactionalEventListener</code> on target class method <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31037">#31037</a></li>
<li>ScheduledAnnotationBeanPostProcessor: graceful shutdown should not
interrupt currently running jobs <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31020">#31020</a></li>
<li>Permgen memory leak due to <code>ClassInfo</code> caching in
<code>java.beans.Introspector</code> on JDK 11/17 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31005">#31005</a></li>
<li><code>MethodIntrospector.selectMethods(?)</code> fails to find
methods in case of special bridge method arrangement <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/30907">#30907</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Fix documentation: Passing in Lists of Values for IN Clause does not
work with JdbcTemplate <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31229">#31229</a></li>
<li>Refine CORS documentation for wildcard processing <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31168">#31168</a></li>
<li>Propagation REQUIRES_NEW may cause connection pool deadlock <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31040">#31040</a></li>
<li>Clarify R2DBC <code>ConnectionAccessor</code> and
<code>DatabasePopulator</code> exception declarations <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/30933">#30933</a></li>
<li>Doc: Avoid deadlock in <code>@PostConstruct</code> through
SmartInitializingSingleton or ContextRefreshedEvent <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/30889">#30889</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/e5d99ecf984537ab52825292d5ce76130b425e3e"><code>e5d99ec</code></a>
Release v5.3.30</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/f7bf2431fb6f923ae484d6b5cdc5547c3fe04c72"><code>f7bf243</code></a>
Clarify IN clause resolution with List/Iterable parameter</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/40678bb981bf5f8c0127bdd54976df6ede08b1ad"><code>40678bb</code></a>
Refine CORS documentation for wildcard processing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/75faf698afd2dd0f93fe3b03cc896e94085328d2"><code>75faf69</code></a>
Refine CORS documentation for wildcard processing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/39c225c813f67c9e45dee755c1a297a82f97d1c6"><code>39c225c</code></a>
AnnotationUtils.clearCache() includes all annotation caches</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/0c3d8d7a44fa057dd1c8bf62732cd23dc6220303"><code>0c3d8d7</code></a>
Align abstract method signatures with original Commons Logging API</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/ddcae04ad57ffb2e03f28fa56ff258d5e0e02b1b"><code>ddcae04</code></a>
Do not invoke [Map|Collection].isEmpty() in
nullSafeConciseToString()</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/994bbec0c3ae081b1c81aa5d9335bf5f47964dbf"><code>994bbec</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/afb378a59fb4bbc24af0cacc0e7acb86e170d66c"><code>afb378a</code></a>
Consistently throw ParseException instead of IllegalStateException</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/a4fc7d3c117c40d71046850a56957a229ba48524"><code>a4fc7d3</code></a>
Optimize ClassUtils#getMostSpecificMethod</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v5.3.29...v5.3.30">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-beans&package-manager=gradle&previous-version=5.3.29&new-version=5.3.30)](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
dependabot[bot] authored Sep 18, 2023
1 parent 558f47e commit 660e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ dependencies {
testImplementation "org.apache.kafka:kafka_2.13:${kafka_version}:test"
testImplementation "org.apache.kafka:kafka-clients:${kafka_version}:test"
testImplementation 'org.springframework.kafka:spring-kafka-test:2.9.12'
testImplementation 'org.springframework:spring-beans:5.3.29'
testImplementation 'org.springframework:spring-beans:5.3.30'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
// Only osx-x86_64, osx-aarch_64, linux-x86_64, linux-aarch_64, windows-x86_64 are available
Expand Down

0 comments on commit 660e2da

Please sign in to comment.