diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0dfa0a6..e94a9fd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
- java-version: '8'
+ java-version: '25'
distribution: 'temurin'
cache: 'maven'
- run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml -B package
diff --git a/auth/pom.xml b/auth/pom.xml
index f69897c..e9d1b96 100644
--- a/auth/pom.xml
+++ b/auth/pom.xml
@@ -12,8 +12,8 @@
auth
- 8
- 8
+ 25
+ 25
\ No newline at end of file
diff --git a/client/pom.xml b/client/pom.xml
index a0ddc00..89e5ac2 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -12,8 +12,8 @@
client
- 8
- 8
+ 25
+ 25
diff --git a/logging/pom.xml b/logging/pom.xml
index 52e9617..d940083 100644
--- a/logging/pom.xml
+++ b/logging/pom.xml
@@ -12,8 +12,8 @@
logging
- 8
- 8
+ 25
+ 25
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index efe3938..0ce696e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,8 +10,8 @@
1.0.0
- 8
- 8
+ 25
+ 25
diff --git a/serviceregistry/pom.xml b/serviceregistry/pom.xml
index 0d8faa4..7dc954b 100644
--- a/serviceregistry/pom.xml
+++ b/serviceregistry/pom.xml
@@ -12,8 +12,8 @@
serviceregistry
- 8
- 8
+ 25
+ 25
\ No newline at end of file