renovate-bot opened a new pull request, #3022: URL: https://github.com/apache/fineract/pull/3022
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | ghcr.io/navikt/mock-oauth2-server | service | patch | `0.5.7` -> `0.5.8` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [org.liquibase:liquibase-core](http://www.liquibase.org/liquibase-root/liquibase-dist) ([source](https://togithub.com/liquibase/liquibase)) | devDependencies | patch | `4.19.0` -> `4.19.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [com.google.cloud.sql:mysql-socket-factory-connector-j-8](https://togithub.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory) | devDependencies | minor | `1.10.0` -> `1.11.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [io.github.classgraph:classgraph](https://togithub.com/classgraph/classgraph) | devDependencies | patch | `4.8.154` -> `4.8.156` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) ([source](https://togithub.com/aws/aws-sdk-java-v2)) | devDependencies | patch | `2.20.12` -> `2.20.17` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [org.mnode.ical4j:ical4j](http://ical4j.github.io) ([source](https://togithub.com/ical4j/ical4j)) | devDependencies | patch | `3.2.9` -> `3.2.10` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | com.diffplug.spotless | plugin | minor | `6.15.0` -> `6.16.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>liquibase/liquibase</summary> ### [`v4.19.1`](https://togithub.com/liquibase/liquibase/releases/tag/v4.19.1) ##### Liquibase v4.19.1 is a patch release #### Enhancements - Publish liquibase-extension-testing to github packages (DAT-12833) by [@​abrackx](https://togithub.com/abrackx) in [https://github.com/liquibase/liquibase/pull/3697](https://togithub.com/liquibase/liquibase/pull/3697) - Add support for multiple schemas to dbDoc command by [@​zpanderson](https://togithub.com/zpanderson) in [https://github.com/liquibase/liquibase/pull/1834](https://togithub.com/liquibase/liquibase/pull/1834) - No need redundant conditions. by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3553](https://togithub.com/liquibase/liquibase/pull/3553) - Replace expressions with type arguments with diamond type <>. by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3591](https://togithub.com/liquibase/liquibase/pull/3591) - Remove duplicate conditions in expressions and branches of if statements. They are used due to oversight. by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3548](https://togithub.com/liquibase/liquibase/pull/3548) - Replace constant charset String literal with the predefined StandardC… by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3568](https://togithub.com/liquibase/liquibase/pull/3568) - Normalize path of SQL changelog file when parsing (DAT-11891) by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase/pull/3664](https://togithub.com/liquibase/liquibase/pull/3664) - Delegate change set equality tests by [@​droy-sandbox](https://togithub.com/droy-sandbox) in [https://github.com/liquibase/liquibase/pull/3550](https://togithub.com/liquibase/liquibase/pull/3550) - (DAT-6636)Refactor of TagExistsCommandStep and extraction of code to new LockServiceCommandStep by [@​filipelautert](https://togithub.com/filipelautert) in [https://github.com/liquibase/liquibase/pull/3667](https://togithub.com/liquibase/liquibase/pull/3667) - Refactors CalculateChecksumCommandStep by [@​filipelautert](https://togithub.com/filipelautert) in [https://github.com/liquibase/liquibase/pull/3696](https://togithub.com/liquibase/liquibase/pull/3696) - CORE-3044 avoid locking if no updates pending by [@​RichardBradley](https://togithub.com/RichardBradley) in [https://github.com/liquibase/liquibase/pull/2190](https://togithub.com/liquibase/liquibase/pull/2190) - Warning in case of missing liquibase files instead of throwing an exception by [@​mhewedy](https://togithub.com/mhewedy) in [https://github.com/liquibase/liquibase/pull/3081](https://togithub.com/liquibase/liquibase/pull/3081) - Remove redundant modifiers. by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3594](https://togithub.com/liquibase/liquibase/pull/3594) - Update maven-bundle-plugin instructions to export package containing XSD files by [@​GeertZondervan](https://togithub.com/GeertZondervan) in [https://github.com/liquibase/liquibase/pull/3597](https://togithub.com/liquibase/liquibase/pull/3597) - Remove redundant conditions that covered by a subsequent condition. by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3590](https://togithub.com/liquibase/liquibase/pull/3590) - Add support for db2 view comments (DAT-12529) by [@​abrackx](https://togithub.com/abrackx) in [https://github.com/liquibase/liquibase/pull/3723](https://togithub.com/liquibase/liquibase/pull/3723) - Remove unnecessary cast expressions. by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3670](https://togithub.com/liquibase/liquibase/pull/3670) - Performance improvements by [@​filipelautert](https://togithub.com/filipelautert) in [https://github.com/liquibase/liquibase/pull/3588](https://togithub.com/liquibase/liquibase/pull/3588) - Implemented a summary of change sets which get filtered out during update (DAT-12068) by [@​wwillard7800](https://togithub.com/wwillard7800) in [https://github.com/liquibase/liquibase/pull/3730](https://togithub.com/liquibase/liquibase/pull/3730) - Support tabular format for history command by [@​fbiville](https://togithub.com/fbiville) in [https://github.com/liquibase/liquibase/pull/3541](https://togithub.com/liquibase/liquibase/pull/3541) - Remove Unnecessary operation/modifier: by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3657](https://togithub.com/liquibase/liquibase/pull/3657) - Update and rename bug_report.md to bug_report.yaml by [@​kevin-atx](https://togithub.com/kevin-atx) in [https://github.com/liquibase/liquibase/pull/3728](https://togithub.com/liquibase/liquibase/pull/3728) - Improve command line help message format by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase/pull/3829](https://togithub.com/liquibase/liquibase/pull/3829) - Use StandardCharsets constant instead. (DAT-12853) by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3725](https://togithub.com/liquibase/liquibase/pull/3725) - Update SnakeYAML usage - do not call deprecated methods by [@​asomov](https://togithub.com/asomov) in [https://github.com/liquibase/liquibase/pull/3632](https://togithub.com/liquibase/liquibase/pull/3632) - Avoid global mutable state of Non-final fields in enumeration types. by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3727](https://togithub.com/liquibase/liquibase/pull/3727) - Use constants instead of arrays with known lengths of zero by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3716](https://togithub.com/liquibase/liquibase/pull/3716) - Simplify lambda expressions when possible by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3736](https://togithub.com/liquibase/liquibase/pull/3736) - \[PRO] Added new modifyChangeSets tag to support specification of `runWith` attribute for all change sets in `include` or `includeAll` - \[PRO] DAT-7922 Implement a check for one change per changeset by [@​wwillard7800](https://togithub.com/wwillard7800) in [https://github.com/liquibase/liquibase-pro/pull/790](https://togithub.com/liquibase/liquibase-pro/pull/790) - \[PRO] DAT-11915 Correctly escape SQL to enable and disable triggers on PostgreSQL by [@​wwillard7800](https://togithub.com/wwillard7800) in [https://github.com/liquibase/liquibase-pro/pull/799](https://togithub.com/liquibase/liquibase-pro/pull/799) - \[PRO] DAT-10157: add database scope for reserved words checks by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase-pro/pull/802](https://togithub.com/liquibase/liquibase-pro/pull/802) - \[PRO] DAT-13189 safely set code point limit for SnakeYaml by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase-pro/pull/827](https://togithub.com/liquibase/liquibase-pro/pull/827) - \[PRO] DAT-13440: show changesetsRolledback only after rollback is complete by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase-pro/pull/838](https://togithub.com/liquibase/liquibase-pro/pull/838) - \[PRO] DAT-12568 by [@​jnewton03](https://togithub.com/jnewton03) in [https://github.com/liquibase/liquibase-pro/pull/844](https://togithub.com/liquibase/liquibase-pro/pull/844) #### Fixes - Fixes generate-changelog table/view comment and table/view column comment generation for MSSQL (DAT-12045) by [@​abrackx](https://togithub.com/abrackx) in [https://github.com/liquibase/liquibase/pull/3563](https://togithub.com/liquibase/liquibase/pull/3563) - Fully qualified path to the changelog or snapshot in S3 is not allowed, so needs better msg (DAT-11478) by [@​diadiushko](https://togithub.com/diadiushko) in [https://github.com/liquibase/liquibase/pull/3564](https://togithub.com/liquibase/liquibase/pull/3564) - (DAT-12039) :detect circular references in includeAll statement by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase/pull/3695](https://togithub.com/liquibase/liquibase/pull/3695) - improve logging around paths that do not exist (DAT-12038) by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase/pull/3669](https://togithub.com/liquibase/liquibase/pull/3669) - normalize path of json and yaml changelogs when parsing (DAT-11891) by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase/pull/3711](https://togithub.com/liquibase/liquibase/pull/3711) - deprecate DefaultLoggerConfiguration (DAT-11970) by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase/pull/3706](https://togithub.com/liquibase/liquibase/pull/3706) - Rework dropProcedure for Snowflake Log message when dropAll fails (DAT-12916) by [@​wwillard7800](https://togithub.com/wwillard7800) in [https://github.com/liquibase/liquibase/pull/3702](https://togithub.com/liquibase/liquibase/pull/3702) - fix: snowflake has wrong priority by [@​Yogurt-lei](https://togithub.com/Yogurt-lei) in [https://github.com/liquibase/liquibase/pull/3572](https://togithub.com/liquibase/liquibase/pull/3572) - Do not add default schema name to getSchemas method to avoid one schema by [@​LonwoLonwo](https://togithub.com/LonwoLonwo) in [https://github.com/liquibase/liquibase/pull/3704](https://togithub.com/liquibase/liquibase/pull/3704) - [#​3035](https://togithub.com/liquibase/liquibase/issues/3035) add Double data type class to avoid incorrect double(0) database by [@​LonwoLonwo](https://togithub.com/LonwoLonwo) in [https://github.com/liquibase/liquibase/pull/3703](https://togithub.com/liquibase/liquibase/pull/3703) - Stop publishing liquibase-extension-testing to Github on branch builds (DAT-13038) by [@​abrackx](https://togithub.com/abrackx) in [https://github.com/liquibase/liquibase/pull/3726](https://togithub.com/liquibase/liquibase/pull/3726) - do not support setting column comments on a view in Snowflake (DAT-12530) by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase/pull/3710](https://togithub.com/liquibase/liquibase/pull/3710) - Fix NullPointerException for case sensitive collations by [@​ivan909020](https://togithub.com/ivan909020) in [https://github.com/liquibase/liquibase/pull/3699](https://togithub.com/liquibase/liquibase/pull/3699) - (DAT-13269) pass proper branch name and add required field by [@​jnewton03](https://togithub.com/jnewton03) in [https://github.com/liquibase/liquibase/pull/3765](https://togithub.com/liquibase/liquibase/pull/3765) - Consistent ARG-suffix for 'defaultSchemaName'-Parameter by [@​SIEDA-EliasHeydrich](https://togithub.com/SIEDA-EliasHeydrich) in [https://github.com/liquibase/liquibase/pull/3662](https://togithub.com/liquibase/liquibase/pull/3662) - Removing explicit LiquibaseServletListener references by [@​Thunderforge](https://togithub.com/Thunderforge) in [https://github.com/liquibase/liquibase/pull/3677](https://togithub.com/liquibase/liquibase/pull/3677) - Add Snowflake structured data types to unmodifiable Data Types by [@​LonwoLonwo](https://togithub.com/LonwoLonwo) in [https://github.com/liquibase/liquibase/pull/3752](https://togithub.com/liquibase/liquibase/pull/3752) - Fix [#​3690](https://togithub.com/liquibase/liquibase/issues/3690) primaryKeyExists does not work on DB2z by [@​MichaelKern-IVV](https://togithub.com/MichaelKern-IVV) in [https://github.com/liquibase/liquibase/pull/3691](https://togithub.com/liquibase/liquibase/pull/3691) - Replace old stream creation with java.nio. by [@​arturobernalg](https://togithub.com/arturobernalg) in [https://github.com/liquibase/liquibase/pull/3686](https://togithub.com/liquibase/liquibase/pull/3686) - github-action (DAT-13527) by [@​jnewton03](https://togithub.com/jnewton03) in [https://github.com/liquibase/liquibase/pull/3827](https://togithub.com/liquibase/liquibase/pull/3827) - Do not duplicate clearCheckSums logic by [@​fbiville](https://togithub.com/fbiville) in [https://github.com/liquibase/liquibase/pull/3628](https://togithub.com/liquibase/liquibase/pull/3628) - Fixing [#​3708](https://togithub.com/liquibase/liquibase/issues/3708) - AddColumn fix for H2 version 1.4.200 by [@​KarolyNevelos](https://togithub.com/KarolyNevelos) in [https://github.com/liquibase/liquibase/pull/3709](https://togithub.com/liquibase/liquibase/pull/3709) - Added default values to private Scope constructor by [@​MarkTJohnson](https://togithub.com/MarkTJohnson) in [https://github.com/liquibase/liquibase/pull/3756](https://togithub.com/liquibase/liquibase/pull/3756) - Improved concurrency support by using ConcurrentHashMaps by [@​jurgenkleverwal](https://togithub.com/jurgenkleverwal) in [https://github.com/liquibase/liquibase/pull/3799](https://togithub.com/liquibase/liquibase/pull/3799) - fixing lookahead for last line comment method by [@​mwiede](https://togithub.com/mwiede) in [https://github.com/liquibase/liquibase/pull/3717](https://togithub.com/liquibase/liquibase/pull/3717) - Do not calculate checksum when loading changelogs by [@​filipelautert](https://togithub.com/filipelautert) in [https://github.com/liquibase/liquibase/pull/3790](https://togithub.com/liquibase/liquibase/pull/3790) - set up maven using simpler GitHub action by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase/pull/3835](https://togithub.com/liquibase/liquibase/pull/3835) - safely set code point limit for SnakeYaml (DAT-13189) by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase/pull/3807](https://togithub.com/liquibase/liquibase/pull/3807) - Fix failing EnvironmentValueProviderTest by [@​nvoxland](https://togithub.com/nvoxland) in [https://github.com/liquibase/liquibase/pull/3783](https://togithub.com/liquibase/liquibase/pull/3783) - show changesetsRolledback only after rollback is complete (DAT-13440) by [@​StevenMassaro](https://togithub.com/StevenMassaro) in [https://github.com/liquibase/liquibase/pull/3846](https://togithub.com/liquibase/liquibase/pull/3846) #### Security, Driver and other updates **OWASP Dependency Check: Reported Vulnerabilities** `snakeyaml.jar` - This is a "critical" vulnerability reported against the snakeyaml library. Note: Liquibase code is not vulnerable to this attack, but users can manually upgrade to the newest version of snakeyaml library, and will be upgraded to the unaffected snakeyaml 2.0 version in the next release. If you are interested, you can track the PR at [https://github.com/liquibase/liquibase/pull/3865](https://togithub.com/liquibase/liquibase/pull/3865) - Bump junit-jupiter-params from 5.9.1 to 5.9.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3673](https://togithub.com/liquibase/liquibase/pull/3673) - Bump ant from 1.10.11 to 1.10.13 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3672](https://togithub.com/liquibase/liquibase/pull/3672) - Bump firebird-testcontainers-java from 1.2.0 to 1.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3653](https://togithub.com/liquibase/liquibase/pull/3653) - Bump actions/delete-package-versions from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3649](https://togithub.com/liquibase/liquibase/pull/3649) - Bump maven-plugin-plugin from 3.7.0 to 3.7.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3698](https://togithub.com/liquibase/liquibase/pull/3698) - Bump assertj-core from 3.23.1 to 3.24.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3705](https://togithub.com/liquibase/liquibase/pull/3705) - Bump jaybird from 4.0.8.java8 to 5.0.0.java8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3659](https://togithub.com/liquibase/liquibase/pull/3659) - Bump mariadb-java-client from 3.1.0 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3729](https://togithub.com/liquibase/liquibase/pull/3729) - Bump snowflake-jdbc from 3.13.26 to 3.13.27 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3751](https://togithub.com/liquibase/liquibase/pull/3751) - Bump picocli from 4.7.0 to 4.7.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3742](https://togithub.com/liquibase/liquibase/pull/3742) - Bump actions/cache from 3.2.3 to 3.2.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3750](https://togithub.com/liquibase/liquibase/pull/3750) - Bump actions/cache from 3.2.4 to 3.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3809](https://togithub.com/liquibase/liquibase/pull/3809) - Bump maven-deploy-plugin from 3.0.0 to 3.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3802](https://togithub.com/liquibase/liquibase/pull/3802) - Bump maven-shade-merge-manifest-transformer from 0.0.2 to 0.0.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3779](https://togithub.com/liquibase/liquibase/pull/3779) - Bump postgresql from 42.5.1 to 42.5.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3778](https://togithub.com/liquibase/liquibase/pull/3778) - Bump jaxb-runtime from 4.0.1 to 4.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3786](https://togithub.com/liquibase/liquibase/pull/3786) - Bump jaxb-core from 4.0.1 to 4.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3787](https://togithub.com/liquibase/liquibase/pull/3787) - Bump sqlite-jdbc from 3.40.0.0 to 3.40.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3772](https://togithub.com/liquibase/liquibase/pull/3772) - Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3759](https://togithub.com/liquibase/liquibase/pull/3759) - Bump jaybird from 5.0.0.java8 to 5.0.1.java8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3760](https://togithub.com/liquibase/liquibase/pull/3760) - Bump mssql-jdbc from 11.2.1.jre8 to 12.2.0.jre8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3761](https://togithub.com/liquibase/liquibase/pull/3761) - Bump ojdbc8 from 21.8.0.0 to 21.9.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3808](https://togithub.com/liquibase/liquibase/pull/3808) - Bump postgresql from 42.5.3 to 42.5.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/liquibase/liquibase/pull/3831](https://togithub.com/liquibase/liquibase/pull/3831) - Migrate setup-java action to use Temurin by [@​gdams](https://togithub.com/gdams) in [https://github.com/liquibase/liquibase/pull/3607](https://togithub.com/liquibase/liquibase/pull/3607) #### New Contributors - [@​zpanderson](https://togithub.com/zpanderson) made their first contribution in [https://github.com/liquibase/liquibase/pull/1834](https://togithub.com/liquibase/liquibase/pull/1834) - [@​droy-sandbox](https://togithub.com/droy-sandbox) made their first contribution in [https://github.com/liquibase/liquibase/pull/3550](https://togithub.com/liquibase/liquibase/pull/3550) - [@​mhewedy](https://togithub.com/mhewedy) made their first contribution in [https://github.com/liquibase/liquibase/pull/3081](https://togithub.com/liquibase/liquibase/pull/3081) - [@​GeertZondervan](https://togithub.com/GeertZondervan) made their first contribution in [https://github.com/liquibase/liquibase/pull/3597](https://togithub.com/liquibase/liquibase/pull/3597) - [@​Yogurt-lei](https://togithub.com/Yogurt-lei) made their first contribution in [https://github.com/liquibase/liquibase/pull/3572](https://togithub.com/liquibase/liquibase/pull/3572) - [@​gdams](https://togithub.com/gdams) made their first contribution in [https://github.com/liquibase/liquibase/pull/3607](https://togithub.com/liquibase/liquibase/pull/3607) - [@​ivan909020](https://togithub.com/ivan909020) made their first contribution in [https://github.com/liquibase/liquibase/pull/3699](https://togithub.com/liquibase/liquibase/pull/3699) - [@​SIEDA-EliasHeydrich](https://togithub.com/SIEDA-EliasHeydrich) made their first contribution in [https://github.com/liquibase/liquibase/pull/3662](https://togithub.com/liquibase/liquibase/pull/3662) - [@​Thunderforge](https://togithub.com/Thunderforge) made their first contribution in [https://github.com/liquibase/liquibase/pull/3677](https://togithub.com/liquibase/liquibase/pull/3677) - [@​KarolyNevelos](https://togithub.com/KarolyNevelos) made their first contribution in [https://github.com/liquibase/liquibase/pull/3709](https://togithub.com/liquibase/liquibase/pull/3709) - [@​MarkTJohnson](https://togithub.com/MarkTJohnson) made their first contribution in [https://github.com/liquibase/liquibase/pull/3756](https://togithub.com/liquibase/liquibase/pull/3756) - [@​jurgenkleverwal](https://togithub.com/jurgenkleverwal) made their first contribution in [https://github.com/liquibase/liquibase/pull/3799](https://togithub.com/liquibase/liquibase/pull/3799) - [@​mwiede](https://togithub.com/mwiede) made their first contribution in [https://github.com/liquibase/liquibase/pull/3717](https://togithub.com/liquibase/liquibase/pull/3717) **Full Changelog**: https://github.com/liquibase/liquibase/compare/v4.17.2...v4.19.1 ##### Get Certified Learn all the Liquibase fundamentals from free online courses by Liquibase experts and see how to apply them in the real world at https://learn.liquibase.com/. ##### Read the Documentation Please check out and contribute to the continually improving docs, now at https://docs.liquibase.com/. ##### Meet the Community Our community has built a lot. From extensions to integrations, you’ve helped make Liquibase the amazing open source project that it is today. Keep contributing to making it stronger: [Contribute code](https://www.liquibase.org/development/contribute.html) [Make doc updates](https://togithub.com/Datical/liquibase-docs) [Help by asking and answering questions](https://forum.liquibase.org/) [Set up a chat with the Product team](https://calendly.com/liquibase-outreach/product-feedback) Thanks to everyone who helps make the Liquibase community strong! #### File Descriptions - **Liquibase CLI** -- Includes open source + commercial functionality - **liquibase-x.y.z.tar.gz** -- Archive in tar.gz format - **liquibase-x.y.z.zip** -- Archive in zip format - **liquibase-windows-x64-installer-x.y.z.exe** -- Installer for Windows - **liquibase-macos-installer-x.y.z.dmg** -- Installer for MacOS - **Primary Libraries** - For embedding in other software - **liquibase-core-x.y.z.jar** – Base Liquibase library (open source) - **liquibase-commerical-x.y.z.jar** – Additional commercial functionality - **liquibase-additional-x.y.z.zip** – Contains additional, less commonly used files - Additional libraries such as liquibase-maven-plugin.jar and liquibase-cdi.jar - Javadocs for all the libraries - Source archives for all the open source libraries - ASC/MD5/SHA1 verification hashes for all files **Full Changelog**: https://github.com/liquibase/liquibase/compare/v4.19.0...v4.19.1 </details> <details> <summary>GoogleCloudPlatform/cloud-sql-mysql-socket-factory</summary> ### [`v1.11.0`](https://togithub.com/GoogleCloudPlatform/cloud-sql-mysql-socket-factory/blob/HEAD/CHANGELOG.md#​1110-httpsgithubcomGoogleCloudPlatformcloud-sql-jdbc-socket-factorycomparev1100v1110-2023-02-27) ##### Features - add support for MariaDB SocketFactory connector ([#​1169](https://togithub.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/issues/1169)) ([6890cb6](https://togithub.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/commit/6890cb6ce301365842d3045b85029fdc803b8744)) </details> <details> <summary>aws/aws-sdk-java-v2</summary> ### [`v2.20.17`](https://togithub.com/aws/aws-sdk-java-v2/blob/HEAD/CHANGELOG.md#​22017-2023-03-03) [Compare Source](https://togithub.com/aws/aws-sdk-java-v2/compare/2.20.16...2.20.17) #### **AWS Elemental MediaConvert** - ### Features - The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations. #### **AWS Elemental MediaLive** - ### Features - AWS Elemental MediaLive adds support for Nielsen watermark timezones. #### **AWS SDK for Java v2** - ### Features - Updated endpoint and partition metadata. #### **Amazon DynamoDB** - ### Features - Documentation updates for DynamoDB. #### **Amazon Elastic Compute Cloud** - ### Features - This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'. #### **Amazon Macie 2** - ### Features - Documentation updates for Amazon Macie #### **Amazon Transcribe Service** - ### Features - Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter. ### [`v2.20.16`](https://togithub.com/aws/aws-sdk-java-v2/blob/HEAD/CHANGELOG.md#​22016-2023-03-02) [Compare Source](https://togithub.com/aws/aws-sdk-java-v2/compare/2.20.15...2.20.16) #### **AWS IoT** - ### Features - A recurring maintenance window is an optional configuration used for rolling out the job document to all devices in the target group observing a predetermined start time, duration, and frequency that the maintenance window occurs. #### **AWS Organizations** - ### Features - This release introduces a new reason code, ACCOUNT_CREATION_NOT_COMPLETE, to ConstraintViolationException in CreateOrganization API. #### **AWS Performance Insights** - ### Features - This release adds a new field PeriodAlignment to allow the customer specifying the returned timestamp of time periods to be either the start or end time. #### **AWS SDK for Java v2** - ### Features - Updated endpoint and partition metadata. #### **Amazon EventBridge Pipes** - ### Features - This release fixes some input parameter range and patterns. #### **Amazon SageMaker Service** - ### Features - Add a new field "EndpointMetrics" in SageMaker Inference Recommender "ListInferenceRecommendationsJobSteps" API response. #### **Migration Hub Strategy Recommendations** - ### Features - This release updates the File Import API to allow importing servers already discovered by customers with reduced pre-requisites. ### [`v2.20.15`](https://togithub.com/aws/aws-sdk-java-v2/blob/HEAD/CHANGELOG.md#​22015-2023-03-01) [Compare Source](https://togithub.com/aws/aws-sdk-java-v2/compare/2.20.14...2.20.15) #### **AWS Price List Service** - ### Features - This release adds 2 new APIs - ListPriceLists which returns a list of applicable price lists, and GetPriceListFileUrl which outputs a URL to retrieve your price lists from the generated file from ListPriceLists #### **AWS SDK for Java v2** - ### Features - Updated endpoint and partition metadata. #### **Amazon CodeCatalyst** - ### Features - Published Dev Environments StopDevEnvironmentSession API #### **Amazon S3 on Outposts** - ### Features - S3 on Outposts introduces a new API ListOutpostsWithS3, with this API you can list all your Outposts with S3 capacity. ### [`v2.20.14`](https://togithub.com/aws/aws-sdk-java-v2/blob/HEAD/CHANGELOG.md#​22014-2023-02-28) [Compare Source](https://togithub.com/aws/aws-sdk-java-v2/compare/2.20.13...2.20.14) #### **AWS Key Management Service** - ### Features - AWS KMS is deprecating the RSAES_PKCS1\_V1\_5 wrapping algorithm option in the GetParametersForImport API that is used in the AWS KMS Import Key Material feature. AWS KMS will end support for this wrapping algorithm by October 1, 2023. #### **AWS SDK for Java v2** - ### Features - Updated endpoint and partition metadata. - ### Bugfixes - Add commons-codec to bom-internal to fix dependency convergence issue. See [#​3787](https://togithub.com/aws/aws-sdk-java-v2/issues/3787) #### **Amazon Comprehend** - ### Features - Amazon Comprehend now supports flywheels to help you train and manage new model versions for custom models. #### **Amazon Elastic Compute Cloud** - ### Features - This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default. #### **Amazon Lightsail** - ### Features - This release adds Lightsail for Research feature support, such as GUI session access, cost estimates, stop instance on idle, and disk auto mount. #### **Amazon Managed Blockchain** - ### Features - This release adds support for tagging to the accessor resource in Amazon Managed Blockchain #### **Amazon Omics** - ### Features - Minor model changes to accomodate batch imports feature ### [`v2.20.13`](https://togithub.com/aws/aws-sdk-java-v2/blob/HEAD/CHANGELOG.md#​22013-2023-02-27) [Compare Source](https://togithub.com/aws/aws-sdk-java-v2/compare/2.20.12...2.20.13) #### **AWS Elemental MediaConvert** - ### Features - The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources. #### **AWS Lambda** - ### Features - This release adds the ability to create ESMs with Document DB change streams as event source. For more information see https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html. #### **AWS SDK for Java v2** - ### Features - Updated endpoint and partition metadata. - ### Bugfixes - Fix race in FlatteningSubscriber where onClose called before items passed to onNext. See [#​3734](https://togithub.com/aws/aws-sdk-java-v2/issues/3734) - Contributed by: [@​stevenshan](https://togithub.com/stevenshan) #### **Amazon CloudWatch Internet Monitor** - ### Features - CloudWatch Internet Monitor is a a new service within CloudWatch that will help application developers and network engineers continuously monitor internet performance metrics such as availability and performance between their AWS-hosted applications and end-users of these applications #### **Amazon DevOps Guru** - ### Features - This release adds the description field on ListAnomaliesForInsight and DescribeAnomaly API responses for proactive anomalies. #### **Amazon Timestream Write** - ### Features - This release adds the ability to ingest batched historical data or migrate data in bulk from S3 into Timestream using CSV files. #### **Elastic Disaster Recovery Service** - ### Features - New fields were added to reflect availability zone data in source server and recovery instance description commands responses, as well as source server launch status. #### **Contributors** Special thanks to the following contributors to this release: [@​stevenshan](https://togithub.com/stevenshan) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), 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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/apache/fineract). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=--> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
