diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
index 40c96c4..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,9 @@ jobs:
run: mvn --batch-mode clean test
- name: Test Coverage
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
+ env:
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: SonarCloud Analyze
run: >
diff --git a/pom.xml b/pom.xml
index ab03b34..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
@@ -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