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


   This PR contains the following updates:
   
   | Package | Update | Change |
   |---|---|---|
   | 
[org.springframework.boot:spring-boot-gradle-plugin](https://spring.io/projects/spring-boot)
 ([source](https://togithub.com/spring-projects/spring-boot)) | minor | 
`2.2.7.RELEASE` -> `2.3.0.RELEASE` |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>spring-projects/spring-boot</summary>
   
   ### 
[`v2.3.0.RELEASE`](https://togithub.com/spring-projects/spring-boot/releases/v2.3.0.RELEASE)
   
   For full [upgrade 
instructions](https://togithub.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#upgrading-from-spring-boot-22)
 and [new and noteworthy 
features](https://togithub.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#new-and-noteworthy)
 please see the [release 
notes](https://togithub.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes).
   
   ##### :star: New Features
   
   -   Update properties migrator to run on deprecated properties with warn 
level as well 
[#&#8203;21425](https://togithub.com/spring-projects/spring-boot/issues/21425)
   -   Provide more extensible constructors on UndertowServletWebServer and 
UndertowWebServer 
[#&#8203;21391](https://togithub.com/spring-projects/spring-boot/issues/21391)
   -   Add redis sentinel password property 
[#&#8203;21353](https://togithub.com/spring-projects/spring-boot/issues/21353)
   -   Auto-configure a LifecycleProcessor with a configurable timeout per 
shutdown phase 
[#&#8203;21347](https://togithub.com/spring-projects/spring-boot/issues/21347)
   -   Integrate web server graceful shutdown into the application context's 
lifecycle processing 
[#&#8203;21325](https://togithub.com/spring-projects/spring-boot/issues/21325)
   -   Improve backwards compatibility of ErrorAttributes and 
DefaultErrorAttributes 
[#&#8203;21324](https://togithub.com/spring-projects/spring-boot/issues/21324)
   -   Align logback's behavior with log4j2 when getting a logger that doesn't 
exist 
[#&#8203;21292](https://togithub.com/spring-projects/spring-boot/issues/21292)
   -   Use CNB creator all-in-one lifecycle 
[#&#8203;21273](https://togithub.com/spring-projects/spring-boot/issues/21273)
   -   Optimize StringSequence.startsWith 
[#&#8203;21259](https://togithub.com/spring-projects/spring-boot/pull/21259)
   -   Deregister JDBC drivers during undeploy of a war deployment 
[#&#8203;21221](https://togithub.com/spring-projects/spring-boot/issues/21221)
   -   Add Period converter support 
[#&#8203;21136](https://togithub.com/spring-projects/spring-boot/pull/21136)
   -   Improve binding performance when using a large number of property 
sources 
[#&#8203;20625](https://togithub.com/spring-projects/spring-boot/issues/20625)
   -   Add `@WebServiceClientTest` annotation that can be used when testing 
SOAP clients 
[#&#8203;17274](https://togithub.com/spring-projects/spring-boot/pull/17274)
   
   ##### :beetle: Bug Fixes
   
   -   CLI distribution is missing read rights 
[#&#8203;21451](https://togithub.com/spring-projects/spring-boot/issues/21451)
   -   Custom converters cannot be used when creating endpoint-related beans 
due to eager initialization triggered by ServletEndpointRegistrar 
[#&#8203;21444](https://togithub.com/spring-projects/spring-boot/issues/21444)
   -   Different actuator management server port changes response on errors  
[#&#8203;21428](https://togithub.com/spring-projects/spring-boot/issues/21428)
   -   Performance regression between RC1 and latest snapshots with large 
amount of configuration properties 
[#&#8203;21416](https://togithub.com/spring-projects/spring-boot/issues/21416)
   -   Dependency exclusions declared in spring-boot-dependencies have no 
effect when using Gradle 6 
[#&#8203;21350](https://togithub.com/spring-projects/spring-boot/issues/21350)
   -   Unclear default for 'server.tomcat.use-relative-redirects' 
[#&#8203;21343](https://togithub.com/spring-projects/spring-boot/issues/21343)
   -   CreateBootStartScripts causes a warning to be logged with Gradle 6.4 
[#&#8203;21341](https://togithub.com/spring-projects/spring-boot/issues/21341)
   -   When a request is active, Undertow prevents the JVM from exiting 
[#&#8203;21327](https://togithub.com/spring-projects/spring-boot/issues/21327)
   -   When using log4j2 log4j2-test.\* files are not detected 
[#&#8203;21323](https://togithub.com/spring-projects/spring-boot/issues/21323)
   -   Classpath wildcards cannot be used with Java 11 or above 
[#&#8203;21321](https://togithub.com/spring-projects/spring-boot/issues/21321)
   -   Implementation attributes are missing from Maven shade transformer 
configuration in spring-boot-starter-parent 
[#&#8203;21304](https://togithub.com/spring-projects/spring-boot/issues/21304)
   -   The `@ActiveProfiles` annotation no longer overrides those defined in 
property files 
[#&#8203;21302](https://togithub.com/spring-projects/spring-boot/issues/21302)
   -   Layertools list and extract commands ignore empty layers 
[#&#8203;21301](https://togithub.com/spring-projects/spring-boot/issues/21301)
   -   Binder `@DefaultValue` does not work with PropertyEditor converters 
[#&#8203;21294](https://togithub.com/spring-projects/spring-boot/issues/21294)
   -   developmentOnly configuration excludes jar files from fat jar 
[#&#8203;21288](https://togithub.com/spring-projects/spring-boot/issues/21288)
   -   Connection fails when DOCKER_HOST set to local socket 
[#&#8203;21173](https://togithub.com/spring-projects/spring-boot/issues/21173)
   -   Environment variable that does not follow guidelines for use of \_ is 
still successfully bound if another property source contains a property that is 
bound to the same target 
[#&#8203;14479](https://togithub.com/spring-projects/spring-boot/issues/14479)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   Fix capitalization of Testcontainers in Howto docs 
[#&#8203;21417](https://togithub.com/spring-projects/spring-boot/pull/21417)
   -   Document use case of splitting auto-configuration and starter 
[#&#8203;21367](https://togithub.com/spring-projects/spring-boot/issues/21367)
   -   Align TestRestTemplate Javadoc with documentation 
[#&#8203;21364](https://togithub.com/spring-projects/spring-boot/issues/21364)
   -   Fix typo for includeLayerTools 
[#&#8203;21310](https://togithub.com/spring-projects/spring-boot/pull/21310)
   -   Fix duplicate slashes in URL links 
[#&#8203;21108](https://togithub.com/spring-projects/spring-boot/pull/21108)
   -   Update link to new Spring Security docs location 
[#&#8203;21040](https://togithub.com/spring-projects/spring-boot/pull/21040)
   -   Remove version number from author section of the documentation 
[#&#8203;20934](https://togithub.com/spring-projects/spring-boot/issues/20934)
   -   Add more context to the Kubernetes container lifecycle documentation 
[#&#8203;20932](https://togithub.com/spring-projects/spring-boot/issues/20932)
   -   Document that graceful shutdown with Tomcat requires Tomcat 9.0.33 or 
later 
[#&#8203;20886](https://togithub.com/spring-projects/spring-boot/issues/20886)
   -   Add a testcontainers section in the reference docs 
[#&#8203;20734](https://togithub.com/spring-projects/spring-boot/issues/20734)
   -   Remove packages from the javadoc that are not user-facing 
[#&#8203;20517](https://togithub.com/spring-projects/spring-boot/issues/20517)
   
   ##### :hammer: Dependency Upgrades
   
   -   Upgrade to RSocket 1.0.0 
[#&#8203;21422](https://togithub.com/spring-projects/spring-boot/issues/21422)
   -   Upgrade to Xmlunit2 2.7.0 
[#&#8203;21419](https://togithub.com/spring-projects/spring-boot/issues/21419)
   -   Upgrade to Tomcat 9.0.35 
[#&#8203;21415](https://togithub.com/spring-projects/spring-boot/issues/21415)
   -   Upgrade to SQLite JDBC 3.31.1 
[#&#8203;21414](https://togithub.com/spring-projects/spring-boot/issues/21414)
   -   Upgrade to Selenium HtmlUnit 2.40.0 
[#&#8203;21413](https://togithub.com/spring-projects/spring-boot/issues/21413)
   -   Upgrade to Prometheus PushGateway 0.9.0 
[#&#8203;21412](https://togithub.com/spring-projects/spring-boot/issues/21412)
   -   Upgrade to MongoDB 4.0.3 
[#&#8203;21411](https://togithub.com/spring-projects/spring-boot/issues/21411)
   -   Upgrade to Micrometer 1.5.1 
[#&#8203;21410](https://togithub.com/spring-projects/spring-boot/issues/21410)
   -   Upgrade to Maven Assembly Plugin 3.3.0 
[#&#8203;21409](https://togithub.com/spring-projects/spring-boot/issues/21409)
   -   Upgrade to Kotlin Coroutines 1.3.6 
[#&#8203;21408](https://togithub.com/spring-projects/spring-boot/issues/21408)
   -   Upgrade to jOOQ 3.13.2 
[#&#8203;21407](https://togithub.com/spring-projects/spring-boot/issues/21407)
   -   Upgrade to Johnzon 1.2.5 
[#&#8203;21406](https://togithub.com/spring-projects/spring-boot/issues/21406)
   -   Upgrade to Jedis 3.3.0 
[#&#8203;21405](https://togithub.com/spring-projects/spring-boot/issues/21405)
   -   Upgrade to Infinispan 10.1.8.Final 
[#&#8203;21404](https://togithub.com/spring-projects/spring-boot/issues/21404)
   -   Upgrade to HtmlUnit 2.40.0 
[#&#8203;21403](https://togithub.com/spring-projects/spring-boot/issues/21403)
   -   Upgrade to HikariCP 3.4.5 
[#&#8203;21402](https://togithub.com/spring-projects/spring-boot/issues/21402)
   -   Upgrade to Hibernate Validator 6.1.5.Final 
[#&#8203;21401](https://togithub.com/spring-projects/spring-boot/issues/21401)
   -   Upgrade to Hibernate 5.4.15.Final 
[#&#8203;21400](https://togithub.com/spring-projects/spring-boot/issues/21400)
   -   Upgrade to Dropwizard Metrics 4.1.7 
[#&#8203;21399](https://togithub.com/spring-projects/spring-boot/issues/21399)
   -   Upgrade to Couchbase Client 3.0.4 
[#&#8203;21398](https://togithub.com/spring-projects/spring-boot/issues/21398)
   -   Upgrade to Cassandra Driver 4.6.1 
[#&#8203;21397](https://togithub.com/spring-projects/spring-boot/issues/21397)
   -   Upgrade to AssertJ 3.16.1 
[#&#8203;21396](https://togithub.com/spring-projects/spring-boot/issues/21396)
   -   Upgrade to Spring Kafka 2.5.0.RELEASE 
[#&#8203;21387](https://togithub.com/spring-projects/spring-boot/issues/21387)
   -   Upgrade to Spring Session Dragonfruit-RELEASE 
[#&#8203;21386](https://togithub.com/spring-projects/spring-boot/issues/21386)
   -   Upgrade to Spring Integration 5.3.0.RELEASE 
[#&#8203;21385](https://togithub.com/spring-projects/spring-boot/issues/21385)
   -   Upgrade to Spring HATEOAS 1.1.0.RELEASE 
[#&#8203;21384](https://togithub.com/spring-projects/spring-boot/issues/21384)
   -   Upgrade to Spring Data Neumann-RELEASE 
[#&#8203;21383](https://togithub.com/spring-projects/spring-boot/issues/21383)
   -   Upgrade to Testcontainers 1.14.1 
[#&#8203;21378](https://togithub.com/spring-projects/spring-boot/pull/21378)
   -   Upgrade to Spring Ldap 2.3.3.RELEASE 
[#&#8203;21352](https://togithub.com/spring-projects/spring-boot/issues/21352)
   -   Upgrade to Spring Security 5.3.2.RELEASE 
[#&#8203;21349](https://togithub.com/spring-projects/spring-boot/issues/21349)
   
   ##### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;izeye](https://togithub.com/izeye)
   -   [@&#8203;dreis2211](https://togithub.com/dreis2211)
   -   [@&#8203;kylehoehns](https://togithub.com/kylehoehns)
   -   [@&#8203;rnorth](https://togithub.com/rnorth)
   -   [@&#8203;jkatada](https://togithub.com/jkatada)
   -   [@&#8203;nosan](https://togithub.com/nosan)
   -   [@&#8203;Grubhart](https://togithub.com/Grubhart)
   
   </details>
   
   ---
   
   ### Renovate configuration
   
   :date: **Schedule**: At any time (no schedule defined).
   
   :vertical_traffic_light: **Automerge**: Disabled by config. Please merge 
this manually once you are satisfied.
   
   :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the 
rebase/retry checkbox.
   
   :no_bell: **Ignore**: Close this PR and you won't be reminded about this 
update again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [WhiteSource 
Renovate](https://renovate.whitesourcesoftware.com). View repository job log 
[here](https://app.renovatebot.com/dashboard#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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to