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


   [![WhiteSource 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Update | Change |
   |---|---|---|
   | 
[org.springframework.boot:org.springframework.boot.gradle.plugin](https://spring.io/projects/spring-boot)
 ([source](https://togithub.com/spring-projects/spring-boot)) | minor | 
`2.3.5.RELEASE` -> `2.4.0` |
   | 
[org.springframework.boot:spring-boot-dependencies](https://spring.io/projects/spring-boot)
 ([source](https://togithub.com/spring-projects/spring-boot)) | minor | 
`2.3.5.RELEASE` -> `2.4.0` |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>spring-projects/spring-boot</summary>
   
   ### 
[`v2.4.0`](https://togithub.com/spring-projects/spring-boot/releases/v2.4.0)
   
   #### :star: New Features
   
   -   Provide a property or environment variable to enable DevTools' restarter 
irrespective of how the application was launched 
[#&#8203;21424](https://togithub.com/spring-projects/spring-boot/issues/21424)
   
   #### :beetle: Bug Fixes
   
   -   Using last modified for static resources in reproducible archives and 
images causes unwanted browser caching 
[#&#8203;24099](https://togithub.com/spring-projects/spring-boot/issues/24099)
   -   BootJar's afterResolve action causes resolution failures with the 
Versions plugin due to configurations being copied and made resolvable 
[#&#8203;24072](https://togithub.com/spring-projects/spring-boot/issues/24072)
   -   Configuration metadata annotation processor may use the wrong accessor 
for boolean properties 
[#&#8203;24059](https://togithub.com/spring-projects/spring-boot/issues/24059)
   -   When using Tomcat, key and trust store passwords set via javax.net.ssl 
system properties are overwritten with null when Spring Boot's equivalent 
properties have not been set 
[#&#8203;24053](https://togithub.com/spring-projects/spring-boot/issues/24053)
   -   Config files no longer loaded if they contain a hidden path element  
[#&#8203;24043](https://togithub.com/spring-projects/spring-boot/issues/24043)
   -   `@DataJpaTest` using H2 with schema.sql and 
spring.datasource.schema-username fails 
[#&#8203;24024](https://togithub.com/spring-projects/spring-boot/issues/24024)
   -   "java.lang.IllegalStateException: zip file closed" when call 
JarFileWrapper.stream() of spring-boot-loader  
[#&#8203;24017](https://togithub.com/spring-projects/spring-boot/issues/24017)
   -   JdbcStoreTypeConfiguration picks transaction of primary data source when 
Quartz data source is not the primary data source 
[#&#8203;24015](https://togithub.com/spring-projects/spring-boot/issues/24015)
   -   TestTypeExcludeFilter does not implement hashCode and equals as required 
by its super-class 
[#&#8203;24013](https://togithub.com/spring-projects/spring-boot/issues/24013)
   -   Our auto-configuration should not use `@PostConstruct` as it's ignored 
on Java 11+ without a dependency on jakarta-annotation-api 
[#&#8203;24010](https://togithub.com/spring-projects/spring-boot/issues/24010)
   -   `@MockBean` fields are not reset for JUnit 5 `@Nested` tests using 
`@WebMvcTest` 
[#&#8203;23984](https://togithub.com/spring-projects/spring-boot/issues/23984)
   -   ClasspathLoggingApplicationListener logs the classpath as unknown on 
Java 11 and later 
[#&#8203;23138](https://togithub.com/spring-projects/spring-boot/issues/23138)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Fix link to Flyway callback docs 
[#&#8203;24122](https://togithub.com/spring-projects/spring-boot/issues/24122)
   -   Fix deprecation warnings in javadoc comments 
[#&#8203;24120](https://togithub.com/spring-projects/spring-boot/pull/24120)
   -   Provide more details about overriding SpringPhysicalNamingStrategy's 
case insensitive flag 
[#&#8203;24062](https://togithub.com/spring-projects/spring-boot/issues/24062)
   -   Clarify documentation regarding relaxed binding of environment variables 
[#&#8203;24033](https://togithub.com/spring-projects/spring-boot/issues/24033)
   -   Enhance spring.datasource.initialization-mode property description 
[#&#8203;24030](https://togithub.com/spring-projects/spring-boot/issues/24030)
   -   Recommend disabling context path redirects when using proxy-terminated 
SSL with Tomcat 
[#&#8203;24026](https://togithub.com/spring-projects/spring-boot/issues/24026)
   -   Improve Spring Session back off documentation 
[#&#8203;24019](https://togithub.com/spring-projects/spring-boot/issues/24019)
   -   Clarify the javadoc of AutoConfigureTestDatabase to make it clearer that 
it only replaces the main DataSource 
[#&#8203;24007](https://togithub.com/spring-projects/spring-boot/issues/24007)
   -   Recommend that bean definitions provide as much type information as 
possible 
[#&#8203;24005](https://togithub.com/spring-projects/spring-boot/issues/24005)
   -   logging.file.\* properties flagged with error level while they are still 
honoured 
[#&#8203;23995](https://togithub.com/spring-projects/spring-boot/issues/23995)
   -   Add missing default value for enum-based configuration properties 
[#&#8203;23992](https://togithub.com/spring-projects/spring-boot/issues/23992)
   -   Configuration property replacement metadata for 
spring.resources.cache.cachecontrol.stale-while-revalidate is invalid 
[#&#8203;23980](https://togithub.com/spring-projects/spring-boot/issues/23980)
   
   #### :hammer: Dependency Upgrades
   
   -   Upgrade to AppEngine SDK 1.9.83 
[#&#8203;24082](https://togithub.com/spring-projects/spring-boot/issues/24082)
   -   Upgrade to AssertJ 3.18.1 
[#&#8203;24126](https://togithub.com/spring-projects/spring-boot/issues/24126)
   -   Upgrade to Byte Buddy 1.10.18 
[#&#8203;24083](https://togithub.com/spring-projects/spring-boot/issues/24083)
   -   Upgrade to Couchbase Client 3.0.10 
[#&#8203;24084](https://togithub.com/spring-projects/spring-boot/issues/24084)
   -   Upgrade to Hibernate 5.4.23.Final 
[#&#8203;24085](https://togithub.com/spring-projects/spring-boot/issues/24085)
   -   Upgrade to Infinispan 11.0.5.Final 
[#&#8203;24127](https://togithub.com/spring-projects/spring-boot/issues/24127)
   -   Upgrade to Jetty 9.4.34.v20201102 
[#&#8203;24047](https://togithub.com/spring-projects/spring-boot/issues/24047)
   -   Upgrade to jOOQ 3.14.3 
[#&#8203;24128](https://togithub.com/spring-projects/spring-boot/issues/24128)
   -   Upgrade to Kotlin Coroutines 1.4.1 
[#&#8203;24087](https://togithub.com/spring-projects/spring-boot/issues/24087)
   -   Upgrade to Micrometer 1.6.1 
[#&#8203;24051](https://togithub.com/spring-projects/spring-boot/issues/24051)
   -   Upgrade to Netty 4.1.54.Final 
[#&#8203;24129](https://togithub.com/spring-projects/spring-boot/issues/24129)
   -   Upgrade to Nimbus JOSE JWT 9.1.2 
[#&#8203;24088](https://togithub.com/spring-projects/spring-boot/issues/24088)
   -   Upgrade to Pooled JMS 1.2.1 
[#&#8203;24089](https://togithub.com/spring-projects/spring-boot/issues/24089)
   -   Upgrade to Reactor 2020.0.1 
[#&#8203;24110](https://togithub.com/spring-projects/spring-boot/issues/24110)
   -   Upgrade to SendGrid 4.6.8 
[#&#8203;24090](https://togithub.com/spring-projects/spring-boot/issues/24090)
   -   Upgrade to Spring AMQP 2.3.1 
[#&#8203;24073](https://togithub.com/spring-projects/spring-boot/issues/24073)
   -   Upgrade to Spring Data 2020.0.1 
[#&#8203;24036](https://togithub.com/spring-projects/spring-boot/issues/24036)
   -   Upgrade to Spring Framework 5.3.1 
[#&#8203;24035](https://togithub.com/spring-projects/spring-boot/issues/24035)
   -   Upgrade to Spring HATEOAS 1.2.1 
[#&#8203;24091](https://togithub.com/spring-projects/spring-boot/issues/24091)
   -   Upgrade to Spring Integration 5.4.1 
[#&#8203;24097](https://togithub.com/spring-projects/spring-boot/issues/24097)
   -   Upgrade to Spring Kafka 2.6.3 
[#&#8203;24074](https://togithub.com/spring-projects/spring-boot/issues/24074)
   -   Upgrade to Spring Session 2020.0.1 
[#&#8203;24098](https://togithub.com/spring-projects/spring-boot/issues/24098)
   
   #### :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;dsyer](https://togithub.com/dsyer)
   
   ### 
[`v2.3.6.RELEASE`](https://togithub.com/spring-projects/spring-boot/releases/v2.3.6.RELEASE)
   
   #### :beetle: Bug Fixes
   
   -   Configuration metadata annotation processor may use the wrong accessor 
for boolean properties 
[#&#8203;24058](https://togithub.com/spring-projects/spring-boot/issues/24058)
   -   When using Tomcat, key and trust store passwords set via javax.net.ssl 
system properties are overwritten with null when Spring Boot's equivalent 
properties have not been set 
[#&#8203;24052](https://togithub.com/spring-projects/spring-boot/issues/24052)
   -   `@DataJpaTest` using H2 with schema.sql and 
spring.datasource.schema-username fails 
[#&#8203;24023](https://togithub.com/spring-projects/spring-boot/issues/24023)
   -   JdbcStoreTypeConfiguration picks transaction of primary data source when 
Quartz data source is not the primary data source 
[#&#8203;24014](https://togithub.com/spring-projects/spring-boot/issues/24014)
   -   TestTypeExcludeFilter does not implement hashCode and equals as required 
by its super-class 
[#&#8203;24012](https://togithub.com/spring-projects/spring-boot/issues/24012)
   -   Our auto-configuration should not use `@PostConstruct` as it's ignored 
on Java 11+ without a dependency on jakarta-annotation-api 
[#&#8203;24009](https://togithub.com/spring-projects/spring-boot/issues/24009)
   -   Config files no longer loaded if they contain a hidden path element 
[#&#8203;23983](https://togithub.com/spring-projects/spring-boot/issues/23983)
   -   "java.lang.IllegalStateException: zip file closed" when call 
JarFileWrapper.stream() of spring-boot-loader  
[#&#8203;23821](https://togithub.com/spring-projects/spring-boot/issues/23821)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Fix link to Flyway callback docs 
[#&#8203;24121](https://togithub.com/spring-projects/spring-boot/issues/24121)
   -   Provide more details about overriding SpringPhysicalNamingStrategy's 
case insensitive flag 
[#&#8203;24060](https://togithub.com/spring-projects/spring-boot/issues/24060)
   -   Clarify documentation regarding relaxed binding of environment variables 
[#&#8203;24032](https://togithub.com/spring-projects/spring-boot/issues/24032)
   -   Enhance spring.datasource.initialization-mode property description 
[#&#8203;24029](https://togithub.com/spring-projects/spring-boot/issues/24029)
   -   Recommend disabling context path redirects when using proxy-terminated 
SSL with Tomcat 
[#&#8203;24025](https://togithub.com/spring-projects/spring-boot/issues/24025)
   -   Improve Spring Session back off documentation 
[#&#8203;24018](https://togithub.com/spring-projects/spring-boot/issues/24018)
   -   Clarify the javadoc of AutoConfigureTestDatabase to make it clearer that 
it only replaces the main DataSource 
[#&#8203;24006](https://togithub.com/spring-projects/spring-boot/issues/24006)
   -   Recommend that bean definitions provide as much type information as 
possible 
[#&#8203;24004](https://togithub.com/spring-projects/spring-boot/issues/24004)
   -   Add missing default value for enum-based configuration properties 
[#&#8203;23991](https://togithub.com/spring-projects/spring-boot/issues/23991)
   
   #### :hammer: Dependency Upgrades
   
   -   Upgrade to AppEngine SDK 1.9.83 
[#&#8203;24077](https://togithub.com/spring-projects/spring-boot/issues/24077)
   -   Upgrade to Byte Buddy 1.10.18 
[#&#8203;24078](https://togithub.com/spring-projects/spring-boot/issues/24078)
   -   Upgrade to Couchbase Client 3.0.10 
[#&#8203;24079](https://togithub.com/spring-projects/spring-boot/issues/24079)
   -   Upgrade to Hibernate 5.4.23.Final 
[#&#8203;24080](https://togithub.com/spring-projects/spring-boot/issues/24080)
   -   Upgrade to Jetty 9.4.34.v20201102 
[#&#8203;24046](https://togithub.com/spring-projects/spring-boot/issues/24046)
   -   Upgrade to jOOQ 3.13.6 
[#&#8203;24081](https://togithub.com/spring-projects/spring-boot/issues/24081)
   -   Upgrade to Micrometer 1.5.7 
[#&#8203;24050](https://togithub.com/spring-projects/spring-boot/issues/24050)
   -   Upgrade to Neo4j OGM 3.2.18 
[#&#8203;24125](https://togithub.com/spring-projects/spring-boot/issues/24125)
   -   Upgrade to Netty 4.1.54.Final 
[#&#8203;24124](https://togithub.com/spring-projects/spring-boot/issues/24124)
   -   Upgrade to Reactor Dysprosium-SR14 
[#&#8203;24109](https://togithub.com/spring-projects/spring-boot/issues/24109)
   -   Upgrade to Spring Framework 5.2.11 
[#&#8203;24034](https://togithub.com/spring-projects/spring-boot/issues/24034)
   -   Upgrade to Spring Integration 5.3.4 
[#&#8203;24096](https://togithub.com/spring-projects/spring-boot/issues/24096)
   -   Upgrade to Spring Kafka 2.5.8.RELEASE 
[#&#8203;24075](https://togithub.com/spring-projects/spring-boot/issues/24075)
   
   #### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;mruzicka](https://togithub.com/mruzicka)
   
   </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 these 
updates 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#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.

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


Reply via email to