diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bbba4ff..8829350 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
- name: Publish surefire test report
if: always()
- uses: mikepenz/action-junit-report@v6.2.0
+ uses: mikepenz/action-junit-report@v6.3.0
with:
check_name: test-report
report_paths: 'target/*-reports/TEST-*.xml'
@@ -39,7 +39,7 @@ jobs:
- if: always()
name: Publish html test reports to an artifact
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: test-reports-files
path: |
@@ -51,7 +51,7 @@ jobs:
- if: always()
name: Publish test reports for sonarqube job
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: test-reports-for-sonar
path: |
diff --git a/pom.xml b/pom.xml
index fde31c5..80aba00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,9 +22,9 @@
UTF-8
UTF-8
- 6.0.2
+ 6.0.3
- 3.5.4
+ 3.5.5
2.0.17
@@ -91,7 +91,7 @@
org.xerial
sqlite-jdbc
- 3.51.1.0
+ 3.51.2.0
@@ -126,7 +126,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.21.0
+ 2.21.1