diff --git a/.github/workflows/on_pull_request.yml b/.github/workflows/on_pull_request.yml
index 74ddadb..e1d8ddc 100644
--- a/.github/workflows/on_pull_request.yml
+++ b/.github/workflows/on_pull_request.yml
@@ -21,10 +21,10 @@ jobs:
- name: Check out the code
uses: actions/checkout@v3
- - name: Set up JDK 8
+ - name: Set up JDK 17
uses: actions/setup-java@v3
with:
- java-version: '8'
+ java-version: '17'
distribution: 'temurin'
cache: maven
diff --git a/.github/workflows/on_push_build.yml b/.github/workflows/on_push_build.yml
index 1201e40..6e9b056 100644
--- a/.github/workflows/on_push_build.yml
+++ b/.github/workflows/on_push_build.yml
@@ -17,10 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- - name: Set up JDK 8
+ - name: Set up JDK 17
uses: actions/setup-java@v3
with:
- java-version: '8'
+ java-version: '17'
distribution: 'temurin'
cache: maven
server-id: ossrh
diff --git a/README.md b/README.md
index 04da88a..6d5af03 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ logging easier and simpler without impacting performance.
| JDK Version | Spring Version | Spring Boot Version |
|-------------|----------------|---------------------|
-| 8 | 5.3.31 | 2.7.18 |
+| 17 | 6.1.11 | 3.2.8 |
### Getting Started
diff --git a/ejmask-spring/pom.xml b/ejmask-spring/pom.xml
index 89708ea..00d34a6 100644
--- a/ejmask-spring/pom.xml
+++ b/ejmask-spring/pom.xml
@@ -20,7 +20,7 @@
org.springframework.boot
spring-boot-dependencies
- 2.7.18
+ 3.2.8
pom
import
diff --git a/pom.xml b/pom.xml
index ad0cd14..4efd3c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,10 +25,10 @@
UTF-8
- 1.8
- 1.8
- 1.3.0
-
+ 17
+ 17
+ 2.0.0
+ -SNAPSHOT
@@ -104,7 +104,7 @@
org.mockito
mockito-inline
- 4.11.0
+ 5.2.0
test