federation-jvm
federation-jvm copied to clipboard
fix(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.diffplug.spotless:spotless-plugin-gradle | 7.0.1 -> 7.0.2 |
||||
| io.projectreactor:reactor-test | 3.6.12 -> 3.7.4 |
||||
| org.springframework.graphql:spring-graphql-test | 1.3.3 -> 1.3.4 |
||||
| org.junit.jupiter:junit-jupiter (source) | 5.10.5 -> 5.12.1 |
||||
| org.springframework.boot:spring-boot-starter-websocket (source) | 3.3.6 -> 3.4.4 |
||||
| org.springframework.boot:spring-boot-starter-test (source) | 3.3.6 -> 3.4.4 |
||||
| org.springframework.boot:spring-boot-starter-webflux (source) | 3.3.6 -> 3.4.4 |
||||
| org.springframework.boot:spring-boot-starter-web (source) | 3.3.6 -> 3.4.4 |
||||
| org.springframework.boot:spring-boot-starter-graphql (source) | 3.3.6 -> 3.4.4 |
||||
| org.slf4j:slf4j-api (source, changelog) | 2.0.16 -> 2.0.17 |
||||
| org.springframework.boot | 3.3.6 -> 3.4.4 |
Release Notes
reactor/reactor-core (io.projectreactor:reactor-test)
v3.7.4
What's Changed
:sparkles: New features and improvements
- Bump byteBuddyVersion from 1.17.0 to 1.17.2 by @dependabot in https://github.com/reactor/reactor-core/pull/4003
- Bump io.projectreactor.tools:blockhound from 1.0.10.RELEASE to 1.0.11.RELEASE by @dependabot in https://github.com/reactor/reactor-core/pull/3986
- Depend on
Micrometerv1.14.5by @chemicL in88b652d
:book: Documentation
- fix doc title displayed as untitled by @dev-jonghoonpark in https://github.com/reactor/reactor-core/pull/4008
New Contributors
- @dev-jonghoonpark made their first contribution in https://github.com/reactor/reactor-core/pull/4008
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.3...v3.7.4
v3.7.3
Reactor Core 3.7.3 is part of 2024.0.3 Release Train.
What's Changed
:sparkles: New features and improvements
- Support logging exception stack traces when the last argument is
Throwableby @raccoonback in #3960 - Bump
byteBuddyfrom1.15.4to1.17.0by @dependabot in #3977
:lady_beetle: Bug fixes
- Prevent duplicate
Observation.stopwithMicrometerby @chemicL in #3976 - Interrupt
VirtualThreadtask only from anotherThreadby @chemicL in #3979
:book: Documentation
- Fix javaagent parameter syntax by @nickcaballero in #3973
New Contributors
- @Aleexender made their first contribution in #3966
- @nickcaballero made their first contribution in #3973
- @raccoonback made their first contribution in #3960
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.2...v3.7.3
v3.7.2
What's Changed
:sparkles: New features and improvements
- Depend on
Micrometer1.14.3by @chemicL in0b721c5, check the release notes
:book: Documentation
- Update schedulers.adoc, Supplementary semicolon by @ShuiMu-peng in https://github.com/reactor/reactor-core/pull/3951
New Contributors
- @ShuiMu-peng made their first contribution in https://github.com/reactor/reactor-core/pull/3951
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.1...v3.7.2
v3.7.1
Reactor Core 3.7.1 is part of 2024.0.1 Release Train.
What's Changed
:sparkles: New features and improvements
- Optimize observability and debugging experience by @Stephan202 in #3901
- Skip redundant tag deduplication by @Stephan202 in #3902
- Refactor and add tests for optimized assembly traceback by @chemicL in #3949
:lady_beetle: Bug fixes
:book: Documentation
New Contributors
- @Stephan202 made their first contribution in #3902
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.0...v3.7.1
v3.7.0
Reactor Core 3.7.0 is part of 2024.0.0 Release Train.
New and Noteworthy
- Reference documentation migrated to
Antora - Improved
Multi-Release-Jarexperience
What's Changed
:warning: Update considerations and deprecations
- Move java9 sources to java11 and drop JDK9 support by @chemicL in https://github.com/reactor/reactor-core/pull/3927
:sparkles: New features and improvements
- Bump byteBuddyVersion from 1.15.3 to 1.15.4 by @dependabot in https://github.com/reactor/reactor-core/pull/3905
- Bump io.projectreactor.tools:blockhound from 1.0.9.RELEASE to 1.0.10.RELEASE by @dependabot in https://github.com/reactor/reactor-core/pull/3908
- Depend on
Micrometerv1.14.0by @violetagg in https://github.com/reactor/reactor-core/pull/3931 - Support
Setfor exact buffers inFlux.bufferby @Sage-Pierce in https://github.com/reactor/reactor-core/pull/3822 - Make the multiplier for exponential backoff configurable by @chemicL in https://github.com/reactor/reactor-core/pull/3883
- Add
@Incubatingannotation by @violetagg in https://github.com/reactor/reactor-core/pull/3790
:lady_beetle: Bug fixes
- Call init() on delegate from TimedScheduler by @luukveenis in https://github.com/reactor/reactor-core/pull/3876
- Fix
Mono#cacheInvalidateIfNPE when cancelled by @chemicL in https://github.com/reactor/reactor-core/pull/3914 - Configure Gradle toolchains with correct JDK by @chemicL in https://github.com/reactor/reactor-core/pull/3918
:book: Documentation
- Migrate reference documentation to Antora by @pderop in https://github.com/reactor/reactor-core/pull/3806
- [doc] Document when groupBy can deadlock because of backpressure by @NamrataGuptaRoy in https://github.com/reactor/reactor-core/pull/3872
- [docs] Highlight Micrometer.observation vs Micrometer.metrics difference by @chemicL in https://github.com/reactor/reactor-core/pull/3862
- typo in legend svg by @Hailong in https://github.com/reactor/reactor-core/pull/3710
- Corrected wrongly formatted words in faq.adoc by @akenz1901 in https://github.com/reactor/reactor-core/pull/3775
- Fix JavaDoc Typos in
Scheduler.javaby @rs017991 in https://github.com/reactor/reactor-core/pull/3807 - Fix "Blocking Mono Result" example by @pivovarit in https://github.com/reactor/reactor-core/pull/3599
- Fix "Flux.create" example by @pivovarit in https://github.com/reactor/reactor-core/pull/3600
- Fail on missing asciidoctor pdf command by @pderop in https://github.com/reactor/reactor-core/pull/3819
- Fix SynchronousSink javadoc by @ilya-ulyanov in https://github.com/reactor/reactor-core/pull/3838
- [docs] Remove reference to missing type in Flux javadocs by @chemicL in https://github.com/reactor/reactor-core/pull/3874
- Make marble diagrams readable in dark mode by @violetagg in https://github.com/reactor/reactor-core/pull/3933
- Make png images readable in dark mode by @violetagg in https://github.com/reactor/reactor-core/pull/3935
New Contributors
- @Hailong made their first contribution in https://github.com/reactor/reactor-core/pull/3710
- @akenz1901 made their first contribution in https://github.com/reactor/reactor-core/pull/3775
- @pivovarit made their first contribution in https://github.com/reactor/reactor-core/pull/3599
- @ilya-ulyanov made their first contribution in https://github.com/reactor/reactor-core/pull/3838
- @NamrataGuptaRoy made their first contribution in https://github.com/reactor/reactor-core/pull/3872
- @luukveenis made their first contribution in https://github.com/reactor/reactor-core/pull/3876
- @Sage-Pierce made their first contribution in https://github.com/reactor/reactor-core/pull/3822
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.6.9...v3.7.0
v3.6.15
What's Changed
:sparkles: New features and improvements
- Bump byteBuddyVersion from 1.17.0 to 1.17.2 by @dependabot in https://github.com/reactor/reactor-core/pull/4003
- Bump io.projectreactor.tools:blockhound from 1.0.10.RELEASE to 1.0.11.RELEASE by @dependabot in https://github.com/reactor/reactor-core/pull/3986
- Depend on
Micrometerv1.12.13by @chemicL in https://github.com/reactor/reactor-core/pull/4010
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.6.14...v3.6.15
v3.6.14
Reactor Core 3.6.14 is part of 2023.0.15 Release Train.
What's Changed
:sparkles: New features and improvements
- Bump
byteBuddyfrom1.15.4to1.17.0by @dependabot in #3977
:lady_beetle: Bug fixes
- Prevent duplicate
Observation.stopwithMicrometerby @chemicL in #3976 - Interrupt
VirtualThreadtask only from anotherThreadby @chemicL in #3979
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.6.13...v3.6.14
v3.6.13
Reactor Core 3.6.13 is part of 2023.0.13 Release Train.
What's Changed
:lady_beetle: Bug fixes
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.6.12...v3.6.13
spring-projects/spring-graphql (org.springframework.graphql:spring-graphql-test)
v1.3.4
:star: New Features
- WebSocket handlers should log unhandled errors #1122
- Authorization key lookup in BearerTokenAuthenticationExtractor should be case insensitive #1116
- Avoid IllegalArgumentException for custom error type in ResponseMapGraphQlResponse #1115
:lady_beetle: Bug Fixes
- ExecutionGraphQlService should handle early GraphQLExceptions #1118
- WebSocketGraphQlTransport does not emit error signal if connection closed before GraphQL session is initialized #1098
- Error thrown from
@GraphQlExceptionHandlermethod results in ClassCastException #1090 - Flatten nested argument maps in
QuerydslDataFetcher#1085
:notebook_with_decorative_cover: Documentation
- Update documentation to use
jakarta.persistence.*for Querydsl setup #1121 - Fix links to Spring Boot in reference documentation #1097
:hammer: Dependency Upgrades
- Upgrade to Micrometer 1.13.11 #1128
- Upgrade to Reactor 2023.0.15 #1127
- Upgrade to Spring Data 2024.0.9 #1129
- Upgrade to Spring Framework 6.1.17 #1126
- Upgrade to Spring Security 6.3.6 #1130
:heart: Contributors
Thank you to all the contributors who worked on this release:
@mp911de, @salmansharifov, @sic2, and @snicoll
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-websocket)
v3.4.4
v3.4.3
:warning: Noteworthy
- Due to the upgrade to Prometheus Client 1.3.6, dependency management for Guava is no longer provided. If you are affected by this change, configure your build with a version of Guava that meets your application's needs.
:star: New Features
- Add TWENTY_FOUR to JavaVersion enum #44209
:lady_beetle: Bug Fixes
- Console output may be lost when using Log4j2 with something that replaces System.out #44380
- Maven plugin does not consistently use ArgFile for classpath argument on Windows #44328
- Reactive Jetty web server does not fail fast when configured to use a server name bundle which Jetty does not support #44319
- When web server application context refresh fails, the original failure is lost if stopping or destroying the web server throws an exception #44317
- View resolver for Thymeleaf should back off if spring-webmvc is not present #44296
- WebServer is not destroyed when ReactiveWebServerApplicationContext refresh fails #44294
- Non-default DataSource candidates are not considered in H2ConsoleAutoConfiguration #44293
- Banner placeholder and defaults do not work during development #44255
- Mustache templates return with ISO-8859-1 charset rather than UTF-8 in Content-Type response header #44193
- Servlet EndpointRequest doesn't match web server namespace correctly #44188
- java.lang.ClassCastException when using default management security with WebFlux and health probes enabled #44052
- Logback configuration that relies on inner-classes does not work in a native image #44025
- IllegalStateException: Unable to register SSL bundle after 3.3.8 or 3.4.2 #43989
- Metrics and health do not include non-default candidate beans #43481
:notebook_with_decorative_cover: Documentation
- Document that auto-configuration classes should be identified using their binary names #44303
- Correct typo in MVC security when explaining when UserDetailsService auto-configuration will back off #44301
- Link to JarLauncher's javadoc #44170
- When using observability annotations, recommend that care is taken to avoid double instrumentation #44145
- Fix typo in Running Your Application #44035
- Document Kubernetes preStop handler when using a Docker image without a shell #44022
- Source snippet in Developing Your First Spring Boot Application section uses the root package #43983
- Correct the location of MyApplication.java in "Developing Your First Spring Boot Application" #43975
- Add links to Jackson Javadoc #43971
- Warn that some Quartz database schema scripts must be modified before use #43958
:hammer: Dependency Upgrades
- Upgrade to Commons Pool2 2.12.1 #44173
- Upgrade to Couchbase Client 3.7.8 #44269
- Upgrade to Groovy 4.0.25 #44174
- Upgrade to Hibernate 6.6.8.Final #44332
- Upgrade to HttpClient5 5.4.2 #44176
- Upgrade to HttpCore5 5.3.3 #44177
- Upgrade to Infinispan 15.0.13.Final #44178
- Upgrade to jOOQ 3.19.19 #44368
- Upgrade to Json-smart 2.5.2 #44264
- Upgrade to Maven Clean Plugin 3.4.1 #44349
- Upgrade to Micrometer 1.14.4 #44115
- Upgrade to Micrometer Tracing 1.4.3 #44116
- Upgrade to Native Build Tools Plugin 0.10.5 #44179
- Upgrade to Neo4j Java Driver 5.28.1 #44195
- Upgrade to Netty 4.1.118.Final #44221
- Upgrade to Prometheus Client 1.3.6 #44280
- Upgrade to R2DBC MySQL 1.3.2 #44180
- Upgrade to Reactor Bom 2024.0.3 #44117
- Upgrade to REST Assured 5.5.1 #44281
- Upgrade to RSocket 1.1.5 #44181
- Upgrade to Spring AMQP 3.2.3 #44278
- Upgrade to Spring Authorization Server 1.4.2 #44118
- Upgrade to Spring Data Bom 2024.1.3 #44119
- Upgrade to Spring Framework 6.2.3 #44120
- Upgrade to Spring GraphQL 1.3.4 #44121
- Upgrade to Spring Integration 6.4.2 #44122
- Upgrade to Spring Kafka 3.3.3 #44123
- Upgrade to Spring LDAP 3.2.11 #44124
- Upgrade to Spring Pulsar 1.2.3 #44125
- Upgrade to Spring Security 6.4.3 #44126
- Upgrade to Spring Session 3.4.2 #44127
- Upgrade to Testcontainers 1.20.5 #44369
- Upgrade to Testcontainers Redis Module 2.2.4 #44370
- Upgrade to Tomcat 10.1.36 #44333
:heart: Contributors
Thank you to all the contributors who worked on this release:
@Ru311, @ashishkujoy, @izeye, @jearton, @ngocnhan-tran1996, @nosan, @quaff, and @timotheeandres
v3.4.2
:lady_beetle: Bug Fixes
- Property metadata for "logging.structured.json.customizer" has incorrect type #43916
- GraylogExtendedLogFormatProperties throws NullPointerException when only 'logging.structured.gelf.host' is specified #43863
- Structured logging properties have no effect in a native image #43862
- Docker Compose support for ClickHouse does not allow an empty password when ALLOW_EMPTY_PASSWORD=yes #43790
- docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier #43717
- Build info timestamp is truncated to seconds #43617
- FileWatcher used for SSL reload does not support symlinks #43604
- BindableRuntimeHintsRegistrar should handle TypeNotPresentException #43600
- CapturedOutput is empty when using Log4J2 StatusLogger #43578
- Spring Boot 3.4 is not compatible with Gson 2.10 #43442
- NoClassDefFoundError when using JUnit to test a Gradle 7.6.x app that depends on spring-boot-actuator-autoconfigure but not on org.junit.platform:junit-platform-launcher #43340
:notebook_with_decorative_cover: Documentation
- Document that the
@ConfigurationPropertiesannotation processor cannot generate description and defaultValue metadata for external types #43929 - Fix description of management.metrics.graphql.autotime.enabled #43905
- Document 'base64:' prefix support #43835
- Document handling of
@Fallbackbeans in ConditionalOnSingleCandidate's javadoc #43826 - Javadoc of DataSourceBuilder does not reference all supported types #43732
- Update OpenTelemetry section in Supported Monitoring Systems to refer to OTLP instead #43729
- Consistently document the minimum supported versions of Gradle #43725
- Document that system libraries are a reason to customize the builder and switch away from builder-jammy-java-tiny #43716
- Links to the Javadoc of Jakarta Messaging are invalid #43662
- Paragraph HTML tags are rendered as-is in Maven Plugin reference documentation #43623
- Javadoc link for jakarta.xml.bind is invalid #43607
- Documentation still has references to 'layertools' #43605
- Javadoc of ConstructorBinding should not use markdown formatting #43599
- Managed Dependency Coordinates lists Spock and OkHttp dependencies that are not managed #43584
:hammer: Dependency Upgrades
- Upgrade to ActiveMQ 6.1.5 #43791
- Upgrade to Commons Codec 1.17.2 #43720
- Upgrade to Couchbase Client 3.7.7 #43843
- Upgrade to FreeMarker 2.3.34 #43721
- Upgrade to Hibernate 6.6.5.Final #43910
- Upgrade to HttpCore5 5.3.2 #43792
- Upgrade to Infinispan 15.0.12.Final #43911
- Upgrade to Jersey 3.1.10 #43793
- Upgrade to jOOQ 3.19.18 #43844
- Upgrade to Lettuce 6.4.2.RELEASE #43609
- Upgrade to Logback 1.5.16 #43715
- Upgrade to Micrometer 1.14.3 #43745
- Upgrade to Micrometer Tracing 1.4.2 #43746
- Upgrade to Netty 4.1.117.Final #43845
- Upgrade to Postgresql 42.7.5 #43846
- Upgrade to Pulsar 3.3.4 #43912
- Upgrade to R2DBC MySQL 1.3.1 #43722
- Upgrade to Reactor Bom 2024.0.2 #43747
- Upgrade to Spring AMQP 3.2.2 #43748
- Upgrade to Spring Data Bom 2024.1.2 #43749
- Upgrade to Spring Framework 6.2.2 #43750
- Upgrade to Spring Kafka 3.3.2 #43751
- Upgrade to Spring Pulsar 1.2.2 #43752
- Upgrade to SQLite JDBC 3.47.2.0 #43723
:heart: Contributors
Thank you to all the contributors who worked on this release:
@arefbehboudi, @dreis2211, @gavarava, @hezean, @izeye, @jxblum, @ngocnhan-tran1996, @nosan, @quaff, and @tmaciejewski
v3.4.1
:lady_beetle: Bug Fixes
- KafkaProperties fail to build SSL properties when the bundle name is an empty string #43563
- Diagnostics are poor when property resolution throws a ConversionFailedException #43559
- SpringApplicationShutdownHandlers do not run in deterministic order #43536
- Unable to find a
@SpringBootConfigurationresults in misleading error message #43507 - With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used #43497
- Unable to use Docker Compose support when mixing dedicated and shared services #43472
- Kafka dependency management does not include the kafka-server module #43454
- Docker API version is incorrectly reported when '/_ping` calls fail and version should be fixed #43452
- Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle #43448
- Failures in -Djarmode=tools do not consistently return a non-zero exit #43436
- HttpComponentsClientHttpRequestFactoryBuilder replaces the existing defaultRequestConfigCustomizer rather than adding to it #43429
- spring-boot-maven-plugin sets imagePlatform even if it's empty #43424
- OnBeanCondition fails to match on annotations when using Scoped Proxies #43423
- Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables #43382
- H2ConsoleAutoConfiguration causes early initialization of DataSource beans #43359
- Accept progress on numbers >2GB #43356
- Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app #43334
- StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called #43312
- Overriding log level with an environment variable does not work when using an environment prefix #43307
- Management endpoint access and enabled properties are ignored unless the endpoint ID is an exact match #43302
- UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled #43291
- JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0 #43277
- SslBundle can no longer open store file locations without using a 'file:' prefix #43274
- TestRestTemplate does not allow redirects to be customized #43258
- Testcontainers start() methods may be started multiple times #43253
:notebook_with_decorative_cover: Documentation
- Fix typo in documentation #43558
- Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles #43552
- Use
<annotationProcessorPaths>in Maven examples for configuring an annotation processor #43544 - Fix typo #43519
- Links to logback javadoc are incorrect #43456
- Fix JUnit javadoc links #43428
- Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions #43351
- Restore System property in Logging section of the reference documentation #43342
- Fix link to proxyBeanMethods in
@AutoConfigurationjavadoc #43325 - Fix links to Servlet and JPA javadoc #43324
- Link to
@EnableMethodSecurityinstead of the deprecated@EnableGlobalMethodSecurity#43315 - Document that StructuredLoggingJsonMembersCustomizer implementations may optionally take constructor parameters #43314
- Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories #43313
- Fix Javadoc link for Hikari #43311
- Document how to use structured logging with custom log configuration #43301
- Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties #43249
:hammer: Dependency Upgrades
- Upgrade to Byte Buddy 1.15.11 #43529
- Upgrade to Couchbase Client 3.7.6 #43500
- Upgrade to CycloneDX Maven Plugin 2.9.1 #43398
- Upgrade to Dependency Management Plugin 1.1.7 #43543
- Upgrade to Elasticsearch Client 8.15.5 #43399
- Upgrade to Hibernate 6.6.4.Final #43566
- Upgrade to Hibernate Validator 8.0.2.Final #43510
- Upgrade to Jackson Bom 2.18.2 #43401
- Upgrade to Jetty 12.0.16 #43488
- Upgrade to jOOQ 3.19.16 #43468
- Upgrade to JUnit Jupiter 5.11.4 #43530
- Upgrade to Log4j2 2.24.3 #43501
- Upgrade to Micrometer 1.14.2 #43408
- Upgrade to Micrometer Tracing 1.4.1 #43409
- Upgrade to Native Build Tools Plugin 0.10.4 #43403
- Upgrade to Netty 4.1.116.Final #43548
- Upgrade to Prometheus Client 1.3.5 #43503
- Upgrade to Pulsar 3.3.3 #43405
- Upgrade to Pulsar Reactive 0.5.10 #43539
- Upgrade to Reactor Bom 2024.0.1 #43410
- Upgrade to RxJava3 3.1.10 #43406
- Upgrade to Spring AMQP 3.2.1 #43411
- Upgrade to Spring Authorization Server 1.4.1 #43412
- Upgrade to Spring Batch 5.2.1 #43477
- Upgrade to Spring Data Bom 2024.1.1 #43413
- Upgrade to Spring Framework 6.2.1 #43414
- Upgrade to Spring HATEOAS 2.4.1 #43478
- Upgrade to Spring Integration 6.4.1 #43415
- Upgrade to Spring Kafka 3.3.1 #43416
- Upgrade to Spring LDAP 3.2.10 #43417
- Upgrade to Spring Pulsar 1.2.1 #43418
- Upgrade to Spring Retry 2.0.11 #43486
- Upgrade to Spring Security 6.4.2 #43419
- Upgrade to Spring Session 3.4.1 #43420
- Upgrade to SQLite JDBC 3.47.1.0 #43407
- Upgrade to Thymeleaf 3.1.3.RELEASE #43469
- Upgrade to Thymeleaf Extras SpringSecurity 3.1.3.RELEASE #43470
- Upgrade to Tomcat 10.1.34 #43471
- Upgrade to Zipkin Reporter 3.4.3 #43467
:heart: Contributors
Thank you to all the contributors who worked on this release:
@BenchmarkingBuffalo, @Jae-Young98, @arefbehboudi, @izeye, @kgb-financial-com, [@minwoo1999](https://redirect.github.com/minwoo1999
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.