From 182707e8f039d00565b4060aaf6c0a10754625bb Mon Sep 17 00:00:00 2001 From: Vitalii Ananev Date: Sun, 21 Apr 2024 20:29:21 +0300 Subject: [PATCH 1/3] fix codecov --- .github/workflows/unit-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 40c96c4..7551f7d 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -30,7 +30,9 @@ jobs: run: mvn --batch-mode clean test - name: Test Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4.0.1 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: SonarCloud Analyze run: > From a0af6db4e4951196b73fcea557eabe6f9e82ba32 Mon Sep 17 00:00:00 2001 From: Vitalii Ananev Date: Fri, 30 May 2025 00:57:08 +0300 Subject: [PATCH 2/3] update deps --- .github/workflows/unit-tests.yml | 8 ++++---- pom.xml | 31 ++++++++++++------------------- 2 files changed, 16 insertions(+), 23 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7551f7d..eb0daf0 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -17,12 +17,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: - java-version: '18' + java-version: '21' distribution: 'liberica' cache: maven @@ -30,7 +30,7 @@ jobs: run: mvn --batch-mode clean test - name: Test Coverage - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/pom.xml b/pom.xml index ab03b34..3f6a951 100644 --- a/pom.xml +++ b/pom.xml @@ -64,9 +64,9 @@ 11 UTF-8 UTF-8 - 1.18.32 - 3.42.0 - 5.2.5 + 1.18.38 + 3.49.3 + 5.4.1 @@ -88,7 +88,7 @@ com.github.spacious-team table-wrapper-api - 2023.1 + 2025.1 org.apache.poi @@ -100,13 +100,6 @@ poi-ooxml ${apache-poi.version} - - - - org.apache.commons - commons-compress - 1.26.1 - org.projectlombok lombok @@ -123,25 +116,25 @@ org.junit.jupiter junit-jupiter - 5.9.2 + 5.12.2 test org.mockito mockito-junit-jupiter - 5.2.0 + 5.18.0 test nl.jqno.equalsverifier equalsverifier - 3.14.1 + 4.0 test org.slf4j slf4j-api - 2.0.7 + 2.0.17 test @@ -151,7 +144,7 @@ maven-surefire-plugin - 2.22.2 + 3.5.3 @@ -159,7 +152,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.14.0 true true @@ -202,7 +195,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.13 prepare-agent @@ -222,7 +215,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.1 attach-sources From 2e4cbc54a915ce416314e16b7d57f4f434c14197 Mon Sep 17 00:00:00 2001 From: Vitalii Ananev Date: Fri, 30 May 2025 00:59:38 +0300 Subject: [PATCH 3/3] version 2025.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3f6a951..24f1a21 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.spacious-team table-wrapper-excel-impl - 2024.1 + 2025.1 jar Table Wrapper API Excel Implementation