You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/12/23 07:16:23 UTC

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3541: Bump spring-boot-maven-plugin from 2.7.0 to 2.7.7

dependabot[bot] opened a new pull request, #3541:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3541

   Bumps [spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 2.7.0 to 2.7.7.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>v2.7.7</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Fix typo in LocalDevToolsAutoConfiguration logging <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33569">#33569</a></li>
   <li>Web server fails to start due to &quot;Resource location must not be null&quot; when attempting to use a PKCS 11 KeyStore <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32179">#32179</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Improve gradle plugin tags documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33614">#33614</a></li>
   <li>Improve maven plugin tags documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33609">#33609</a></li>
   <li>Fix typo in tomcat accesslog checkExists doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33460">#33460</a></li>
   <li>Document that the shutdown endpoint is not intended for use when deploying a war to a servlet container <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/17398">#17398</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Byte Buddy 1.12.20 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33570">#33570</a></li>
   <li>Upgrade to Dropwizard Metrics 4.2.14 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33571">#33571</a></li>
   <li>Upgrade to Elasticsearch 7.17.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33572">#33572</a></li>
   <li>Upgrade to HttpClient 4.5.14 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33573">#33573</a></li>
   <li>Upgrade to HttpCore 4.4.16 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33574">#33574</a></li>
   <li>Upgrade to Infinispan 13.0.14.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33575">#33575</a></li>
   <li>Upgrade to Jaybird 4.0.8.java8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33576">#33576</a></li>
   <li>Upgrade to Jetty 9.4.50.v20221201 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33577">#33577</a></li>
   <li>Upgrade to MSSQL JDBC 10.2.2.jre8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33578">#33578</a></li>
   <li>Upgrade to Neo4j Java Driver 4.4.11 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33579">#33579</a></li>
   <li>Upgrade to Netty 4.1.86.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33580">#33580</a></li>
   <li>Upgrade to Reactor 2020.0.26 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33543">#33543</a></li>
   <li>Upgrade to Spring Integration 5.5.16 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33581">#33581</a></li>
   <li>Upgrade to Spring Security 5.7.6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33544">#33544</a></li>
   <li>Upgrade to Thymeleaf Extras SpringSecurity 3.0.5.RELEASE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33582">#33582</a></li>
   <li>Upgrade to Tomcat 9.0.70 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33583">#33583</a></li>
   <li>Upgrade to UnboundID LDAPSDK 6.0.7 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33584">#33584</a></li>
   <li>Upgrade to Undertow 2.2.22.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33585">#33585</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/Artur"><code>@​Artur</code></a>-, <a href="https://github.com/aksh1618"><code>@​aksh1618</code></a>, <a href="https://github.com/cdanger"><code>@​cdanger</code></a>, <a href="https://github.com/currenjin"><code>@​currenjin</code></a>, <a href="https://github.com/jprinet"><code>@​jprinet</code></a>, and <a href="https://github.com/shekharAggarwal"><code>@​shekharAggarwal</code></a></p>
   <h2>v2.7.6</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>ScheduledBeanLazyInitializationExcludeFilter</code> is auto-configured even when annotation-based scheduled has not been enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33283">#33283</a></li>
   <li>SpringBootContextLoader prints banner twice when using a <code>@ContextHierarchy</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33262">#33262</a></li>
   <li>Properties migrator causes an application to fail to start if it tries to map a property whose metadata data entry contains an invalid configuration property name <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33249">#33249</a></li>
   <li>Configuration property binding does not deal with bridge methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33211">#33211</a></li>
   <li>Configuring management.server.port via a config tree results in a ConverterNotFoundException when the management context is refreshed <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33168">#33168</a></li>
   <li>Dependency management for XMLUnit is incomplete <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32999">#32999</a></li>
   <li>Spring Boot's Lettuce metrics enable histrograms by default and it's hard to switch them off <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32989">#32989</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/d4f8fa3f3c9c3de29fc07d87075cb18fd5fda5cb"><code>d4f8fa3</code></a> Release v2.7.7</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/e4772cf3b7b6bdff6cad040655ed110402126409"><code>e4772cf</code></a> Update copyright year of changed files</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/60a75e3799e67c549cc92cf0a320c5fe81c9f8cd"><code>60a75e3</code></a> Increase timeout for ApplicationRunner task</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/5ba52d0000b14de0f29d5ada9a8e948fcac15923"><code>5ba52d0</code></a> Polish formatting</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/df08eb8b63c7a96ce94617f1f8b3e9b4ae7b762a"><code>df08eb8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33614">#33614</a> from shekharAggarwal</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/a2a59dd6276fe6ee97b2eeb7e050bba9079f7328"><code>a2a59dd</code></a> Polish 'Improve gradle plugin tags documentation'</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/a1df607dd8d7953e93d35585f747a1ad0fabe06e"><code>a1df607</code></a> Improve gradle plugin tags documentation</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/2b886c12129f75d11c33848853ac342e9a3b23d0"><code>2b886c1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33609">#33609</a> from shekharAggarwal</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/c205ba0694bec2117662de706bddca152658af31"><code>c205ba0</code></a> Polish 'Improve maven plugin tags documentation'</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/79557012a7838e3edca43604e29ded978a647ca0"><code>7955701</code></a> Improve maven plugin tags documentation</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.0...v2.7.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.boot:spring-boot-maven-plugin&package-manager=maven&previous-version=2.7.0&new-version=2.7.7)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #3541: Bump spring-boot-maven-plugin from 2.7.0 to 2.7.7

Posted by GitBox <gi...@apache.org>.
liubao68 merged PR #3541:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3541


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org