Fix build, align keycloak dependencies to avoid mockito classpath issues (#108)

This commit is contained in:
Stephan Schnabel 2024-12-19 09:39:21 +01:00 committed by GitHub
parent bb996faa6f
commit c735477d6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 17 deletions

View file

@ -1,13 +0,0 @@
name: dependabot-auto-merge
on: pull_request
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.GIT_ACTION_TOKEN }}
target: minor

View file

@ -46,13 +46,11 @@ jobs:
fail-fast: false
matrix:
version:
- 21.0.2
- 21.1.2
- 22.0.5
- 23.0.7
- 24.0.5
- 25.0.6
- 26.0.2
- 26.0.7
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4