From 0b18af3dd98c167c7847680fd5f33990289da9fa Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 04 Jun 2024 08:47:17 +0000
Subject: [PATCH] Update to Keycloak 24.0.5

---
 .github/workflows/update-deps.yml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml
index 06beead..f0e05a0 100644
--- a/.github/workflows/update-deps.yml
+++ b/.github/workflows/update-deps.yml
@@ -12,6 +12,7 @@
     name: Update dependencies
     runs-on: ubuntu-latest
     permissions:
+      contents: write
       pull-requests: write
     steps:
       - id: checkout
@@ -23,7 +24,7 @@
         uses: actions/setup-java@v3
         with:
           distribution: zulu
-          java-version: 11
+          java-version: 17
 
       - id: update_keycloak
         name: Update Keycloak

--
Gitblit v1.9.1