You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/10/20 10:12:27 UTC

[GitHub] [fineract] renovate-bot opened a new pull request #1913: chore(deps): update spring boot to v2.5.5

renovate-bot opened a new pull request #1913:
URL: https://github.com/apache/fineract/pull/1913


   [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [org.springframework.boot:spring-boot-dependencies](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.5.4` -> `2.5.5` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-dependencies/2.5.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-dependencies/2.5.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-dependencies/2.5.5/compatibility-slim/2.5.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-dependencies/2.5.5/confidence-slim/2.5.4)](https://docs.renovatebot.com/merge-confidence/) |
   | [org.springframework.boot:spring-boot-starter-mail](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.5.4` -> `2.5.5` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-mail/2.5.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-mail/2.5.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-mail/2.5.5/compatibility-slim/2.5.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-mail/2.5.5/confidence-slim/2.5.4)](https://docs.renovatebot.com/merge-confidence/) |
   | [org.springframework.boot](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.3.5.RELEASE` -> `2.5.5` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot/2.5.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot/2.5.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot/2.5.5/compatibility-slim/2.3.5.RELEASE)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot/2.5.5/confidence-slim/2.3.5.RELEASE)](https://docs.renovatebot.com/merge-confidence/) |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>spring-projects/spring-boot</summary>
   
   ### [`v2.5.5`](https://togithub.com/spring-projects/spring-boot/releases/v2.5.5)
   
   #### :lady_beetle: Bug Fixes
   
   -   Actuator endpoints do not sanitize SPRING_APPLICATION_JSON by default [#&#8203;28081](https://togithub.com/spring-projects/spring-boot/issues/28081)
   -   Startup failure due to non-empty schema when using Flyway and Spring Integration's DataSource initialization [#&#8203;28079](https://togithub.com/spring-projects/spring-boot/issues/28079)
   -   Web MVC metrics may have the wrong status when a filter throws an exception other than NestedServletException [#&#8203;28069](https://togithub.com/spring-projects/spring-boot/issues/28069)
   -   Embedded Undertow throws MalformedURLException when archive filename contains characters that are reserved in a URL [#&#8203;28032](https://togithub.com/spring-projects/spring-boot/issues/28032)
   -   Concurrent image builds cause error deleting builder image [#&#8203;27993](https://togithub.com/spring-projects/spring-boot/issues/27993)
   -   War deployment in standalone Tomcat causes memory leak (Metaspace) [#&#8203;27987](https://togithub.com/spring-projects/spring-boot/issues/27987)
   -   IndexOutOfBoundsException when running a Zip64 jar file larger than 4,294,967,295 bytes [#&#8203;27900](https://togithub.com/spring-projects/spring-boot/issues/27900)
   -   Azure App Service is not correctly detected on Windows [#&#8203;27819](https://togithub.com/spring-projects/spring-boot/pull/27819)
   -   `@MockBean` combined with `@Repeat` results in "the field cannot have an existing value" error [#&#8203;27798](https://togithub.com/spring-projects/spring-boot/issues/27798)
   -   NullPointerException in RoutingDataSourceHealthContributor when a routing data source has a target with a null routing key [#&#8203;27698](https://togithub.com/spring-projects/spring-boot/pull/27698)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Document that devtools restart doesn't work when using AspectJ weaving [#&#8203;28083](https://togithub.com/spring-projects/spring-boot/issues/28083)
   -   Default value for spring.data.elasticsearch.client.reactive.endpoints is not documented  [#&#8203;28072](https://togithub.com/spring-projects/spring-boot/issues/28072)
   -   Clarify Selenium auto-configuration requires HtmlUnit [#&#8203;27943](https://togithub.com/spring-projects/spring-boot/issues/27943)
   -   Document that spring-boot-starter-parent configures Java compilation to use -parameters [#&#8203;27885](https://togithub.com/spring-projects/spring-boot/issues/27885)
   -   Fix inconsistent devtools doc [#&#8203;27876](https://togithub.com/spring-projects/spring-boot/issues/27876)
   -   Fix typo in javadoc [#&#8203;27873](https://togithub.com/spring-projects/spring-boot/issues/27873)
   -   Document how to parameterize output directory for REST Docs with WebTestClient [#&#8203;27803](https://togithub.com/spring-projects/spring-boot/issues/27803)
   -   Document support for Java 17 [#&#8203;26767](https://togithub.com/spring-projects/spring-boot/issues/26767)
   
   #### :hammer: Dependency Upgrades
   
   -   Upgrade to Ehcache3 3.9.6 [#&#8203;27974](https://togithub.com/spring-projects/spring-boot/issues/27974)
   -   Upgrade to Glassfish EL 3.0.4 [#&#8203;27975](https://togithub.com/spring-projects/spring-boot/issues/27975)
   -   Upgrade to Groovy 3.0.9 [#&#8203;27976](https://togithub.com/spring-projects/spring-boot/issues/27976)
   -   Upgrade to Gson 2.8.8 [#&#8203;27977](https://togithub.com/spring-projects/spring-boot/issues/27977)
   -   Upgrade to Jackson Bom 2.12.5 [#&#8203;27978](https://togithub.com/spring-projects/spring-boot/issues/27978)
   -   Upgrade to Jetty EL 9.0.52 [#&#8203;27979](https://togithub.com/spring-projects/spring-boot/issues/27979)
   -   Upgrade to jOOQ 3.14.15 [#&#8203;28088](https://togithub.com/spring-projects/spring-boot/issues/28088)
   -   Upgrade to Kotlin 1.5.31 [#&#8203;28089](https://togithub.com/spring-projects/spring-boot/issues/28089)
   -   Upgrade to Kotlin Coroutines 1.5.2 [#&#8203;27982](https://togithub.com/spring-projects/spring-boot/issues/27982)
   -   Upgrade to Lettuce 6.1.5.RELEASE [#&#8203;28031](https://togithub.com/spring-projects/spring-boot/issues/28031)
   -   Upgrade to Logback 1.2.6 [#&#8203;27983](https://togithub.com/spring-projects/spring-boot/issues/27983)
   -   Upgrade to Maven War Plugin 3.3.2 [#&#8203;27984](https://togithub.com/spring-projects/spring-boot/issues/27984)
   -   Upgrade to Micrometer 1.7.4  [#&#8203;27916](https://togithub.com/spring-projects/spring-boot/issues/27916)
   -   Upgrade to Netty 4.1.68.Final [#&#8203;27985](https://togithub.com/spring-projects/spring-boot/issues/27985)
   -   Upgrade to Netty tcNative 2.0.43.Final [#&#8203;27986](https://togithub.com/spring-projects/spring-boot/issues/27986)
   -   Upgrade to Reactor 2020.0.11 [#&#8203;27914](https://togithub.com/spring-projects/spring-boot/issues/27914)
   -   Upgrade to SendGrid 4.7.5 [#&#8203;28109](https://togithub.com/spring-projects/spring-boot/issues/28109)
   -   Upgrade to Spring Data 2021.0.5 [#&#8203;27917](https://togithub.com/spring-projects/spring-boot/issues/27917)
   -   Upgrade to Spring Framework 5.3.10 [#&#8203;27915](https://togithub.com/spring-projects/spring-boot/issues/27915)
   -   Upgrade to Spring HATEOAS 1.3.4 [#&#8203;27970](https://togithub.com/spring-projects/spring-boot/issues/27970)
   -   Upgrade to Spring Integration 5.5.4 [#&#8203;27949](https://togithub.com/spring-projects/spring-boot/issues/27949)
   -   Upgrade to Spring Kafka 2.7.7 [#&#8203;27918](https://togithub.com/spring-projects/spring-boot/issues/27918)
   -   Upgrade to Tomcat 9.0.53 [#&#8203;27963](https://togithub.com/spring-projects/spring-boot/issues/27963)
   
   #### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;dreis2211](https://togithub.com/dreis2211)
   -   [@&#8203;quaff](https://togithub.com/quaff)
   -   [@&#8203;thegeekyasian](https://togithub.com/thegeekyasian)
   -   [@&#8203;jdubois](https://togithub.com/jdubois)
   -   [@&#8203;brneto](https://togithub.com/brneto)
   -   [@&#8203;hpoettker](https://togithub.com/hpoettker)
   -   [@&#8203;polarbear567](https://togithub.com/polarbear567)
   -   [@&#8203;cdalexndr](https://togithub.com/cdalexndr)
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
   
   â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
   
   ---
   
   This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/apache/fineract).


-- 
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@fineract.apache.org

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



[GitHub] [fineract] ptuomola closed pull request #1913: chore(deps): update spring boot to v2.5.5

Posted by GitBox <gi...@apache.org>.
ptuomola closed pull request #1913:
URL: https://github.com/apache/fineract/pull/1913


   


-- 
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@fineract.apache.org

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



[GitHub] [fineract] forking-renovate[bot] commented on pull request #1913: chore(deps): update spring boot to v2.5.5

Posted by GitBox <gi...@apache.org>.
forking-renovate[bot] commented on pull request #1913:
URL: https://github.com/apache/fineract/pull/1913#issuecomment-947569556


   ### Renovate Ignore Notification
   
   As this PR has been closed unmerged, Renovate will now ignore this update (2.5.5). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the `ignoreDeps` array of your renovate config.
   
   If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.


-- 
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@fineract.apache.org

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