This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch 
dependabot/github_actions/actions/setup-java-5.4.0
in repository https://gitbox.apache.org/repos/asf/fineract.git


    omit 521724d42c FINERACT-2421: Bump actions/setup-java from 5.3.0 to 5.4.0
     add b4816f7a19 FINERACT-2421: Pin vega-cli dependency during documentation 
CI
     add 40de3a13d6 Merge pull request #6054
     add 82c6b5c293 FINERACT-2421: Rebuild workspace (if cannot be downloaded)
     add 1d0dda8496 Merge pull request #6056
     add a8206ad8f5 FINERACT-2165: fix unused imports and whitespace
     add 3330cda059 Merge pull request #6045
     add 198bceeb3e FINERACT-2421: Bump actions/setup-java from 5.3.0 to 5.4.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (521724d42c)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/setup-java-5.4.0 (198bceeb3e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-cucumber.yml               |  17 +++
 .github/workflows/build-docker.yml                 |  17 +++
 .github/workflows/build-documentation.yml          |  29 ++++-
 .github/workflows/build-e2e-tests.yml              |  17 +++
 .github/workflows/build-mariadb.yml                |  17 +++
 .github/workflows/build-mysql.yml                  |  17 +++
 .github/workflows/build-postgresql.yml             |  17 +++
 .github/workflows/build-progressive-loan.yml       |  17 +++
 .github/workflows/build-quality-checks.yml         |  85 ++++++++++++++
 .github/workflows/liquibase-only-postgresql.yml    |  17 +++
 .github/workflows/publish-dockerhub.yml            |  17 +++
 .github/workflows/regression-safety-db-changes.yml |  34 ++++++
 ...un-integration-test-sequentially-postgresql.yml |  18 +++
 .github/workflows/smoke-messaging.yml              |  17 +++
 .github/workflows/sonarqube.yml                    |  18 +++
 .../verify-liquibase-backward-compatibility.yml    |  17 +++
 .github/workflows/verify-liquibase-ddl-safety.yml  |  17 +++
 ...PaymentAllocationLoanRepaymentScheduleTest.java |  22 ++--
 .../ClientLoanIntegrationTest.java                 |   3 -
 .../DisbursalAndRepaymentScheduleTest.java         |  30 ++---
 ...DueDateRespectiveLoanRepaymentScheduleTest.java |  93 ++++++++-------
 .../ExternalBusinessEventTest.java                 |   6 +-
 ...ccrualTransactionOnChargeSubmittedDateTest.java |  26 ++---
 .../LoanOriginationValidationTest.java             |   3 -
 ...paymentScheduleForChargesAfterMaturityTest.java |   4 -
 .../LoanRescheduleOnDecliningBalanceLoanTest.java  | 125 ++++++++++++---------
 .../LoanRescheduleRequestTest.java                 |  86 +++++++-------
 .../LoanRescheduleTestWithDownpayment.java         | 103 ++++++++---------
 .../LoanRescheduleWithAdvancePaymentTest.java      |  34 +++---
 .../LoanTransactionInterestPaymentWaiverTest.java  |   3 -
 .../common/LoanRescheduleRequestHelper.java        | 103 +++--------------
 .../loans/LoanRescheduleRequestTestBuilder.java    |  43 +++++++
 32 files changed, 717 insertions(+), 355 deletions(-)

Reply via email to