diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 620e851..7128ad6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,10 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- - name: Set up JDK 18
+ - name: Set up JDK 20
uses: actions/setup-java@v3
with:
- java-version: '18'
+ java-version: '20'
distribution: 'temurin'
cache: maven
- name: Build with Maven
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 0fb3f96..1ecef99 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -11,7 +11,7 @@
-
+
\ No newline at end of file