You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/03/05 20:22:45 UTC

[fineract] branch vorburger-build-postgresql.yml updated (e82d9de -> 6154e30)

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

aleks pushed a change to branch vorburger-build-postgresql.yml
in repository https://gitbox.apache.org/repos/asf/fineract.git.


    from e82d9de  Minor: Name PostgreSQL instead of MariaDB in build-postgresql.yml
     add ebd7616  Create initial dependabot.yml (FINERACT-1453)
     add ae40152  Fix invalid dependabot.yml (FINERACT-1453)
     add ede24fc  Bump actions/checkout from 2 to 3
     add a3bfff9  chore(deps): update dependency com.google.cloud.sql:mysql-socket-factory-connector-j-8 to v1.4.4
     add a6c5a06  chore(deps): update dependency io.github.classgraph:classgraph to v4.8.141
     add 9dbdf90  chore(deps): update dependency com.icegreen:greenmail-junit5 to v1.6.7
     add e7ee6d1  chore(deps): update dependency com.github.librepdf:openpdf to v1.3.27
     add 265928b  chore(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.5.3
     add 721256a  Bump tika-core from 2.1.0 to 2.3.0
     add 1fca00e  Bump postgresql from 42.1.4 to 42.3.3
     add 0e2812d  Bump gradle-cargo-plugin from 2.8.0 to 2.9.0
     add 51c9b97  Bump gson from 2.8.9 to 2.9.0
     add 2bfbc6b  Bump io.rest-assured dependency set from 4.3.0 to 4.5.1
     add 18fb7bd  Bump com.diffplug.spotless from 6.1.0 to 6.3.0
     add bc54579  chore(deps): update gradle/wrapper-validation-action commit hash to 859c332
     add af846fb  Bump actions/stale from 3 to 5
     add 30e6d55  Bump com.github.spotbugs from 5.0.3 to 5.0.6
     add 2172d14  chore(deps): update dependency io.swagger:swagger-annotations to v1.6.5
     add 2cecfb0  chore(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.1.13
     add 30c7162  Bump json-path from 2.6.0 to 2.7.0
     add 9ea8a4f  Bump swagger-ui-dist from 4.0.1 to 4.6.1
     add f9b0e2b  Bump awaitility from 4.1.1 to 4.2.0
     add 1afc588  Bump aws-java-sdk-s3 from 1.12.100 to 1.12.172
     add 8cf38f2  Add link to fineract-doc/src/docs/en/deployment.adoc#https to /README.md#ssl-configuration
     add bb4c505  chore(deps): update dependency io.swagger:swagger-core to v1.6.5
     add ef3641c  chore(deps): update dependency org.apache.activemq:activemq-broker to v5.16.4
     add 6154e30  Merge branch 'develop' into vorburger-build-postgresql.yml

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                        | 19 ++++++++++++++
 .github/workflows/build-docker-postgresql.yml |  2 +-
 .github/workflows/build-docker.yml            |  2 +-
 .github/workflows/build-postgresql.yml        |  4 +--
 .github/workflows/build.yml                   |  4 +--
 .github/workflows/fineract.dev.yaml           |  2 +-
 .github/workflows/sonarqube.yml               |  4 +--
 .github/workflows/stale.yml                   |  2 +-
 README.md                                     |  2 ++
 build.gradle                                  | 36 +++++++++++++--------------
 fineract-provider/build.gradle                |  2 +-
 fineract-provider/dependencies.gradle         |  2 +-
 12 files changed, 51 insertions(+), 30 deletions(-)
 create mode 100644 .github/dependabot.yml