From fa0f5652b1c4c479bbb14b34ab6387ff3d8ab70a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 08:59:42 +0000 Subject: [PATCH] Update to Keycloak 19.0.2 --- .github/workflows/update-deps.yml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 6a0399b..980fc8c 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -59,6 +59,7 @@ -DremotePom='org.keycloak:keycloak-parent:${{ steps.vars.outputs.keycloakVersion }}' \ -DupdateDependencies=true -DupdatePropertyVersions=true mvn versions:use-latest-versions -DallowMajorUpdates=false + mvn versions:set-property -Dproperty=project.build.outputTimestamp -DnewVersion=`date +%s` - id: create_commit name: Create commit -- Gitblit v1.9.1