spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)
### [`v3.1.3`](https://togithub.com/spring-projects/spring-boot/releases/tag/v3.1.3)
[Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.1.2...v3.1.3)
#### :lady_beetle: Bug Fixes
- Logging config URLs with query parameters are not detected as XML [#37062](https://togithub.com/spring-projects/spring-boot/issues/37062)
- Changed environment variable name APP_PASSWORD to APP_USER_PASSWORD i? [#37044](https://togithub.com/spring-projects/spring-boot/pull/37044)
- BindableRuntimeHintsRegistrar does not generate hints for all nested types of a ConfigurationProperties type [#37022](https://togithub.com/spring-projects/spring-boot/issues/37022)
- server.max-http-request-header-size doesn't affect Netty server with http2 enabled [#37015](https://togithub.com/spring-projects/spring-boot/issues/37015)
- AbstractAotMojo should not add source or target if they are null [#36972](https://togithub.com/spring-projects/spring-boot/issues/36972)
- Exception message in ProcessTestAotMojo has a typo [#36966](https://togithub.com/spring-projects/spring-boot/issues/36966)
- Docker Compose start fails with "unknown flag: --no-color" [#36908](https://togithub.com/spring-projects/spring-boot/issues/36908)
- Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory [#36786](https://togithub.com/spring-projects/spring-boot/issues/36786)
- Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false [#36772](https://togithub.com/spring-projects/spring-boot/issues/36772)
- DatabaseDriver swallows real exception [#36759](https://togithub.com/spring-projects/spring-boot/issues/36759)
- Defining a custom ElasticsearchTransport causes the auto-configured JsonpMapper to back off [#36700](https://togithub.com/spring-projects/spring-boot/issues/36700)
- Auto-configuration's session repository customization may override that of SessionRepositoryCustomizer beans [#36696](https://togithub.com/spring-projects/spring-boot/issues/36696)
- RabbitMQ smoke test is missing a test [#36612](https://togithub.com/spring-projects/spring-boot/issues/36612)
- Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols [#36584](https://togithub.com/spring-projects/spring-boot/issues/36584)
- management.metrics.export.stackdriver properties are incomplete [#36559](https://togithub.com/spring-projects/spring-boot/issues/36559)
- management.wavefront.metrics.export properties are incomplete [#36556](https://togithub.com/spring-projects/spring-boot/issues/36556)
- management.metrics.export.signalfx properties are incomplete [#36553](https://togithub.com/spring-projects/spring-boot/issues/36553)
- JobLauncherApplicationRunner returns a success exit code even when no jobs have been run [#36532](https://togithub.com/spring-projects/spring-boot/issues/36532)
- Remove use of jakarta.annotation.PostConstruct [#36529](https://togithub.com/spring-projects/spring-boot/issues/36529)
- management.metrics.export.atlas properties are incomplete [#36526](https://togithub.com/spring-projects/spring-boot/issues/36526)
- Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported [#36516](https://togithub.com/spring-projects/spring-boot/issues/36516)
- Unlike other Spring Boot goals, process-aot and process-test-aot run on Maven reactor projects [#36494](https://togithub.com/spring-projects/spring-boot/issues/36494)
- `@ServiceConnection` on a `@Bean` method does not work in sliced tests [#36037](https://togithub.com/spring-projects/spring-boot/pull/36037)
#### :notebook_with_decorative_cover: Documentation
- Fix broken links in the documentation [#37071](https://togithub.com/spring-projects/spring-boot/issues/37071)
- Maven plugin docs contain invalid parameter for image building [#37051](https://togithub.com/spring-projects/spring-boot/issues/37051)
- Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes [#36969](https://togithub.com/spring-projects/spring-boot/issues/36969)
- Improve documentation of spring.cache.type=none [#36962](https://togithub.com/spring-projects/spring-boot/issues/36962)
- Clarify that spring.security.filter properties only apply to servlet-based web apps [#36865](https://togithub.com/spring-projects/spring-boot/issues/36865)
- Improve documentation to describe how `@EntityScan` and `@Enable?Repositories` can be used to tune scanning [#36862](https://togithub.com/spring-projects/spring-boot/issues/36862)
- Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension [#36859](https://togithub.com/spring-projects/spring-boot/issues/36859)
- LogbackLoggingSystem does not report suppressed exception details [#36856](https://togithub.com/spring-projects/spring-boot/issues/36856)
- Clarify table that shows how logging properties are transferred to system properties [#36853](https://togithub.com/spring-projects/spring-boot/issues/36853)
- Review Google AppEngine documentation [#36850](https://togithub.com/spring-projects/spring-boot/issues/36850)
- Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data [#36813](https://togithub.com/spring-projects/spring-boot/issues/36813)
- Clarify how nested directories are treated for configtree with wildcards [#36810](https://togithub.com/spring-projects/spring-boot/issues/36810)
- Clarify the effect of using `@EnableWebMvc` [#36797](https://togithub.com/spring-projects/spring-boot/issues/36797)
- Document defaults for spring.mvc.format.\* and spring.webflux.format.\* properties [#36793](https://togithub.com/spring-projects/spring-boot/issues/36793)
- Documentation describes how to opt in to using the path pattern parser but it's now the default [#36789](https://togithub.com/spring-projects/spring-boot/issues/36789)
- Document that scripts for database initialization are optional by default and how they can be made mandatory [#36783](https://togithub.com/spring-projects/spring-boot/issues/36783)
- Document `@DataR2dbcTest` support [#36756](https://togithub.com/spring-projects/spring-boot/issues/36756)
- `@since` is missing from javadoc of values added to JavaVersion since its introduction [#36735](https://togithub.com/spring-projects/spring-boot/issues/36735)
- Update Paketo builder references in documentation [#36690](https://togithub.com/spring-projects/spring-boot/issues/36690)
- Document how to use Docker Compose integration when running tests [#36636](https://togithub.com/spring-projects/spring-boot/pull/36636)
- Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class [#36630](https://togithub.com/spring-projects/spring-boot/issues/36630)
- Document that server.forward-headers-strategy property defaults to native when running on Kubernetes [#36581](https://togithub.com/spring-projects/spring-boot/issues/36581)
- Documentation of spring.data.redis.url incorrectly states that it does not override spring.data.redis.user [#36492](https://togithub.com/spring-projects/spring-boot/issues/36492)
#### :hammer: Dependency Upgrades
- Upgrade to AspectJ 1.9.20 [#37003](https://togithub.com/spring-projects/spring-boot/issues/37003)
- Upgrade to Byte Buddy 1.14.6 [#36994](https://togithub.com/spring-projects/spring-boot/issues/36994)
- Upgrade to Caffeine 3.1.8 [#36926](https://togithub.com/spring-projects/spring-boot/issues/36926)
- Upgrade to Couchbase Client 3.4.8 [#36979](https://togithub.com/spring-projects/spring-boot/issues/36979)
- Upgrade to Dependency Management Plugin 1.1.3 [#36927](https://togithub.com/spring-projects/spring-boot/issues/36927)
- Upgrade to Groovy 4.0.14 [#37057](https://togithub.com/spring-projects/spring-boot/issues/37057)
- Upgrade to Hibernate 6.2.7.Final [#36928](https://togithub.com/spring-projects/spring-boot/issues/36928)
- Upgrade to Infinispan 14.0.14.Final [#36995](https://togithub.com/spring-projects/spring-boot/issues/36995)
- Upgrade to Jersey 3.1.3 [#36930](https://togithub.com/spring-projects/spring-boot/issues/36930)
- Upgrade to jOOQ 3.18.6 [#36931](https://togithub.com/spring-projects/spring-boot/issues/36931)
- Upgrade to Lettuce 6.2.6.RELEASE [#37004](https://togithub.com/spring-projects/spring-boot/issues/37004)
- Upgrade to Logback 1.4.11 [#36932](https://togithub.com/spring-projects/spring-boot/issues/36932)
- Upgrade to Micrometer 1.11.3 [#36839](https://togithub.com/spring-projects/spring-boot/issues/36839)
- Upgrade to Micrometer Tracing 1.1.4 [#36840](https://togithub.com/spring-projects/spring-boot/issues/36840)
- Upgrade to Native Build Tools Plugin 0.9.24 [#36933](https://togithub.com/spring-projects/spring-boot/issues/36933)
- Upgrade to Neo4j Java Driver 5.11.0 [#36980](https://togithub.com/spring-projects/spring-boot/issues/36980)
- Upgrade to Netty 4.1.97.Final [#37088](https://togithub.com/spring-projects/spring-boot/issues/37088)
- Upgrade to Pooled JMS 3.1.1 [#36935](https://togithub.com/spring-projects/spring-boot/issues/36935)
- Upgrade to R2DBC Pool 1.0.1.RELEASE [#36936](https://togithub.com/spring-projects/spring-boot/issues/36936)
- Upgrade to R2DBC Proxy 1.1.2.RELEASE [#36672](https://togithub.com/spring-projects/spring-boot/issues/36672)
- Upgrade to Reactor Bom 2022.0.10 [#36841](https://togithub.com/spring-projects/spring-boot/issues/36841)
- Upgrade to RxJava3 3.1.7 [#37089](https://togithub.com/spring-projects/spring-boot/issues/37089)
- Upgrade to Spring AMQP 3.0.8 [#36842](https://togithub.com/spring-projects/spring-boot/issues/36842)
- Upgrade to Spring Authorization Server 1.1.2 [#36843](https://togithub.com/spring-projects/spring-boot/issues/36843)
- Upgrade to Spring Batch 5.0.3 [#36844](https://togithub.com/spring-projects/spring-boot/issues/36844)
- Upgrade to Spring Data Bom 2023.0.3 [#36845](https://togithub.com/spring-projects/spring-boot/issues/36845)
- Upgrade to Spring Kafka 3.0.10 [#36846](https://togithub.com/spring-projects/spring-boot/issues/36846)
- Upgrade to Spring LDAP 3.1.1 [#36847](https://togithub.com/spring-projects/spring-boot/issues/36847)
- Upgrade to Spring Security 6.1.3 [#36848](https://togithub.com/spring-projects/spring-boot/issues/36848)
- Upgrade to Spring Session 3.1.2 [#36849](https://togithub.com/spring-projects/spring-boot/issues/36849)
- Upgrade to Thymeleaf 3.1.2.RELEASE [#36937](https://togithub.com/spring-projects/spring-boot/issues/36937)
- Upgrade to Thymeleaf Extras SpringSecurity 3.1.2.RELEASE [#36938](https://togithub.com/spring-projects/spring-boot/issues/36938)
- Upgrade to Tomcat 10.1.12 [#36978](https://togithub.com/spring-projects/spring-boot/issues/36978)
- Upgrade to Undertow 2.3.8.Final [#37031](https://togithub.com/spring-projects/spring-boot/issues/37031)
#### :heart: Contributors
Thank you to all the contributors who worked on this release:
[@MahatmaFatalError](https://togithub.com/MahatmaFatalError), [@NersesAM](https://togithub.com/NersesAM), [@OnSuorce](https://togithub.com/OnSuorce), [@chicobento](https://togithub.com/chicobento), [@dependabot](https://togithub.com/dependabot)\[bot], [@dreis2211](https://togithub.com/dreis2211), [@eddumelendez](https://togithub.com/eddumelendez), [@elevne](https://togithub.com/elevne), [@fzyzcjy](https://togithub.com/fzyzcjy), [@itsAkshayDubey](https://togithub.com/itsAkshayDubey), [@izeye](https://togithub.com/izeye), [@joesteel2010](https://togithub.com/joesteel2010), [@jongwooo](https://togithub.com/jongwooo), [@ls-urs-keller](https://togithub.com/ls-urs-keller), [@michael-simons](https://togithub.com/michael-simons), [@msobeck](https://togithub.com/msobeck), [@normandra](https://togithub.com/normandra), [@omaryaya](https://togithub.com/omaryaya), [@quaff](https://togithub.com/quaff), [@rob-valor](https://togithub.com/rob-valor), [@spa-abaudat](https://togithub.com/spa-abaudat), and [@vpavic](https://togithub.com/vpavic)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
3.1.2
->3.1.3
Release Notes
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)
### [`v3.1.3`](https://togithub.com/spring-projects/spring-boot/releases/tag/v3.1.3) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.1.2...v3.1.3) #### :lady_beetle: Bug Fixes - Logging config URLs with query parameters are not detected as XML [#37062](https://togithub.com/spring-projects/spring-boot/issues/37062) - Changed environment variable name APP_PASSWORD to APP_USER_PASSWORD i? [#37044](https://togithub.com/spring-projects/spring-boot/pull/37044) - BindableRuntimeHintsRegistrar does not generate hints for all nested types of a ConfigurationProperties type [#37022](https://togithub.com/spring-projects/spring-boot/issues/37022) - server.max-http-request-header-size doesn't affect Netty server with http2 enabled [#37015](https://togithub.com/spring-projects/spring-boot/issues/37015) - AbstractAotMojo should not add source or target if they are null [#36972](https://togithub.com/spring-projects/spring-boot/issues/36972) - Exception message in ProcessTestAotMojo has a typo [#36966](https://togithub.com/spring-projects/spring-boot/issues/36966) - Docker Compose start fails with "unknown flag: --no-color" [#36908](https://togithub.com/spring-projects/spring-boot/issues/36908) - Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory [#36786](https://togithub.com/spring-projects/spring-boot/issues/36786) - Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false [#36772](https://togithub.com/spring-projects/spring-boot/issues/36772) - DatabaseDriver swallows real exception [#36759](https://togithub.com/spring-projects/spring-boot/issues/36759) - Defining a custom ElasticsearchTransport causes the auto-configured JsonpMapper to back off [#36700](https://togithub.com/spring-projects/spring-boot/issues/36700) - Auto-configuration's session repository customization may override that of SessionRepositoryCustomizer beans [#36696](https://togithub.com/spring-projects/spring-boot/issues/36696) - RabbitMQ smoke test is missing a test [#36612](https://togithub.com/spring-projects/spring-boot/issues/36612) - Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols [#36584](https://togithub.com/spring-projects/spring-boot/issues/36584) - management.metrics.export.stackdriver properties are incomplete [#36559](https://togithub.com/spring-projects/spring-boot/issues/36559) - management.wavefront.metrics.export properties are incomplete [#36556](https://togithub.com/spring-projects/spring-boot/issues/36556) - management.metrics.export.signalfx properties are incomplete [#36553](https://togithub.com/spring-projects/spring-boot/issues/36553) - JobLauncherApplicationRunner returns a success exit code even when no jobs have been run [#36532](https://togithub.com/spring-projects/spring-boot/issues/36532) - Remove use of jakarta.annotation.PostConstruct [#36529](https://togithub.com/spring-projects/spring-boot/issues/36529) - management.metrics.export.atlas properties are incomplete [#36526](https://togithub.com/spring-projects/spring-boot/issues/36526) - Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported [#36516](https://togithub.com/spring-projects/spring-boot/issues/36516) - Unlike other Spring Boot goals, process-aot and process-test-aot run on Maven reactor projects [#36494](https://togithub.com/spring-projects/spring-boot/issues/36494) - `@ServiceConnection` on a `@Bean` method does not work in sliced tests [#36037](https://togithub.com/spring-projects/spring-boot/pull/36037) #### :notebook_with_decorative_cover: Documentation - Fix broken links in the documentation [#37071](https://togithub.com/spring-projects/spring-boot/issues/37071) - Maven plugin docs contain invalid parameter for image building [#37051](https://togithub.com/spring-projects/spring-boot/issues/37051) - Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes [#36969](https://togithub.com/spring-projects/spring-boot/issues/36969) - Improve documentation of spring.cache.type=none [#36962](https://togithub.com/spring-projects/spring-boot/issues/36962) - Clarify that spring.security.filter properties only apply to servlet-based web apps [#36865](https://togithub.com/spring-projects/spring-boot/issues/36865) - Improve documentation to describe how `@EntityScan` and `@Enable?Repositories` can be used to tune scanning [#36862](https://togithub.com/spring-projects/spring-boot/issues/36862) - Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension [#36859](https://togithub.com/spring-projects/spring-boot/issues/36859) - LogbackLoggingSystem does not report suppressed exception details [#36856](https://togithub.com/spring-projects/spring-boot/issues/36856) - Clarify table that shows how logging properties are transferred to system properties [#36853](https://togithub.com/spring-projects/spring-boot/issues/36853) - Review Google AppEngine documentation [#36850](https://togithub.com/spring-projects/spring-boot/issues/36850) - Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data [#36813](https://togithub.com/spring-projects/spring-boot/issues/36813) - Clarify how nested directories are treated for configtree with wildcards [#36810](https://togithub.com/spring-projects/spring-boot/issues/36810) - Clarify the effect of using `@EnableWebMvc` [#36797](https://togithub.com/spring-projects/spring-boot/issues/36797) - Document defaults for spring.mvc.format.\* and spring.webflux.format.\* properties [#36793](https://togithub.com/spring-projects/spring-boot/issues/36793) - Documentation describes how to opt in to using the path pattern parser but it's now the default [#36789](https://togithub.com/spring-projects/spring-boot/issues/36789) - Document that scripts for database initialization are optional by default and how they can be made mandatory [#36783](https://togithub.com/spring-projects/spring-boot/issues/36783) - Document `@DataR2dbcTest` support [#36756](https://togithub.com/spring-projects/spring-boot/issues/36756) - `@since` is missing from javadoc of values added to JavaVersion since its introduction [#36735](https://togithub.com/spring-projects/spring-boot/issues/36735) - Update Paketo builder references in documentation [#36690](https://togithub.com/spring-projects/spring-boot/issues/36690) - Document how to use Docker Compose integration when running tests [#36636](https://togithub.com/spring-projects/spring-boot/pull/36636) - Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class [#36630](https://togithub.com/spring-projects/spring-boot/issues/36630) - Document that server.forward-headers-strategy property defaults to native when running on Kubernetes [#36581](https://togithub.com/spring-projects/spring-boot/issues/36581) - Documentation of spring.data.redis.url incorrectly states that it does not override spring.data.redis.user [#36492](https://togithub.com/spring-projects/spring-boot/issues/36492) #### :hammer: Dependency Upgrades - Upgrade to AspectJ 1.9.20 [#37003](https://togithub.com/spring-projects/spring-boot/issues/37003) - Upgrade to Byte Buddy 1.14.6 [#36994](https://togithub.com/spring-projects/spring-boot/issues/36994) - Upgrade to Caffeine 3.1.8 [#36926](https://togithub.com/spring-projects/spring-boot/issues/36926) - Upgrade to Couchbase Client 3.4.8 [#36979](https://togithub.com/spring-projects/spring-boot/issues/36979) - Upgrade to Dependency Management Plugin 1.1.3 [#36927](https://togithub.com/spring-projects/spring-boot/issues/36927) - Upgrade to Groovy 4.0.14 [#37057](https://togithub.com/spring-projects/spring-boot/issues/37057) - Upgrade to Hibernate 6.2.7.Final [#36928](https://togithub.com/spring-projects/spring-boot/issues/36928) - Upgrade to Infinispan 14.0.14.Final [#36995](https://togithub.com/spring-projects/spring-boot/issues/36995) - Upgrade to Jersey 3.1.3 [#36930](https://togithub.com/spring-projects/spring-boot/issues/36930) - Upgrade to jOOQ 3.18.6 [#36931](https://togithub.com/spring-projects/spring-boot/issues/36931) - Upgrade to Lettuce 6.2.6.RELEASE [#37004](https://togithub.com/spring-projects/spring-boot/issues/37004) - Upgrade to Logback 1.4.11 [#36932](https://togithub.com/spring-projects/spring-boot/issues/36932) - Upgrade to Micrometer 1.11.3 [#36839](https://togithub.com/spring-projects/spring-boot/issues/36839) - Upgrade to Micrometer Tracing 1.1.4 [#36840](https://togithub.com/spring-projects/spring-boot/issues/36840) - Upgrade to Native Build Tools Plugin 0.9.24 [#36933](https://togithub.com/spring-projects/spring-boot/issues/36933) - Upgrade to Neo4j Java Driver 5.11.0 [#36980](https://togithub.com/spring-projects/spring-boot/issues/36980) - Upgrade to Netty 4.1.97.Final [#37088](https://togithub.com/spring-projects/spring-boot/issues/37088) - Upgrade to Pooled JMS 3.1.1 [#36935](https://togithub.com/spring-projects/spring-boot/issues/36935) - Upgrade to R2DBC Pool 1.0.1.RELEASE [#36936](https://togithub.com/spring-projects/spring-boot/issues/36936) - Upgrade to R2DBC Proxy 1.1.2.RELEASE [#36672](https://togithub.com/spring-projects/spring-boot/issues/36672) - Upgrade to Reactor Bom 2022.0.10 [#36841](https://togithub.com/spring-projects/spring-boot/issues/36841) - Upgrade to RxJava3 3.1.7 [#37089](https://togithub.com/spring-projects/spring-boot/issues/37089) - Upgrade to Spring AMQP 3.0.8 [#36842](https://togithub.com/spring-projects/spring-boot/issues/36842) - Upgrade to Spring Authorization Server 1.1.2 [#36843](https://togithub.com/spring-projects/spring-boot/issues/36843) - Upgrade to Spring Batch 5.0.3 [#36844](https://togithub.com/spring-projects/spring-boot/issues/36844) - Upgrade to Spring Data Bom 2023.0.3 [#36845](https://togithub.com/spring-projects/spring-boot/issues/36845) - Upgrade to Spring Kafka 3.0.10 [#36846](https://togithub.com/spring-projects/spring-boot/issues/36846) - Upgrade to Spring LDAP 3.1.1 [#36847](https://togithub.com/spring-projects/spring-boot/issues/36847) - Upgrade to Spring Security 6.1.3 [#36848](https://togithub.com/spring-projects/spring-boot/issues/36848) - Upgrade to Spring Session 3.1.2 [#36849](https://togithub.com/spring-projects/spring-boot/issues/36849) - Upgrade to Thymeleaf 3.1.2.RELEASE [#36937](https://togithub.com/spring-projects/spring-boot/issues/36937) - Upgrade to Thymeleaf Extras SpringSecurity 3.1.2.RELEASE [#36938](https://togithub.com/spring-projects/spring-boot/issues/36938) - Upgrade to Tomcat 10.1.12 [#36978](https://togithub.com/spring-projects/spring-boot/issues/36978) - Upgrade to Undertow 2.3.8.Final [#37031](https://togithub.com/spring-projects/spring-boot/issues/37031) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@MahatmaFatalError](https://togithub.com/MahatmaFatalError), [@NersesAM](https://togithub.com/NersesAM), [@OnSuorce](https://togithub.com/OnSuorce), [@chicobento](https://togithub.com/chicobento), [@dependabot](https://togithub.com/dependabot)\[bot], [@dreis2211](https://togithub.com/dreis2211), [@eddumelendez](https://togithub.com/eddumelendez), [@elevne](https://togithub.com/elevne), [@fzyzcjy](https://togithub.com/fzyzcjy), [@itsAkshayDubey](https://togithub.com/itsAkshayDubey), [@izeye](https://togithub.com/izeye), [@joesteel2010](https://togithub.com/joesteel2010), [@jongwooo](https://togithub.com/jongwooo), [@ls-urs-keller](https://togithub.com/ls-urs-keller), [@michael-simons](https://togithub.com/michael-simons), [@msobeck](https://togithub.com/msobeck), [@normandra](https://togithub.com/normandra), [@omaryaya](https://togithub.com/omaryaya), [@quaff](https://togithub.com/quaff), [@rob-valor](https://togithub.com/rob-valor), [@spa-abaudat](https://togithub.com/spa-abaudat), and [@vpavic](https://togithub.com/vpavic)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.