diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml
index f3825837..8dda4e5f 100644
--- a/.github/workflows/actions.yml
+++ b/.github/workflows/actions.yml
@@ -44,7 +44,7 @@ jobs:
uses: actions/setup-java@v6
with:
java-version: '21'
- distribution: 'adopt'
+ distribution: 'temurin'
cache: 'maven'
- name: Set up MySQL
uses: shogo82148/actions-setup-mysql@v1
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index e940d496..11122b92 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -65,7 +65,7 @@ jobs:
uses: actions/setup-java@v6
with:
java-version: '21'
- distribution: 'adopt'
+ distribution: 'temurin'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 05a30c11..091b637c 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -45,7 +45,7 @@ jobs:
uses: actions/setup-java@v6
with:
java-version: '21'
- distribution: 'adopt'
+ distribution: 'temurin'
cache: 'maven'
if: ${{ steps.changes.outputs.server == 'true' || github.event_name == 'workflow_dispatch' }}
- name: Set up MySQL
diff --git a/server/pom.xml b/server/pom.xml
index e2532415..481b458a 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -102,7 +102,7 @@
org.mariadb.jdbc
mariadb-java-client
- 3.5.7
+ 3.5.9
org.springframework.retry