From 4af85c930b3070444bdfcbffe146052611f93773 Mon Sep 17 00:00:00 2001 From: Prasanth Kaimattil Venu Date: Thu, 12 Dec 2024 13:00:07 -0800 Subject: [PATCH 1/2] 2.0.0-SNAPSHOT --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ad0cd14..7adcdf9 100644 --- a/pom.xml +++ b/pom.xml @@ -27,8 +27,8 @@ UTF-8 1.8 1.8 - 1.3.0 - + 2.0.0 + -SNAPSHOT From a952cf2acf64dff46b18eb6c2d3ca614154068ef Mon Sep 17 00:00:00 2001 From: Prasanth Kaimattil Venu Date: Thu, 12 Dec 2024 13:32:32 -0800 Subject: [PATCH 2/2] DEV: Spring & JDK Upgrade --- .github/workflows/on_pull_request.yml | 4 ++-- .github/workflows/on_push_build.yml | 4 ++-- README.md | 2 +- ejmask-spring/pom.xml | 2 +- pom.xml | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) 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 7adcdf9..4efd3c3 100644 --- a/pom.xml +++ b/pom.xml @@ -25,8 +25,8 @@ UTF-8 - 1.8 - 1.8 + 17 + 17 2.0.0 -SNAPSHOT @@ -104,7 +104,7 @@ org.mockito mockito-inline - 4.11.0 + 5.2.0 test