diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa5d070..46d71c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -98,7 +98,7 @@ jobs: - name: Generate report checks if: always() - uses: mikepenz/action-junit-report@v4.0.1 + uses: mikepenz/action-junit-report@v4.0.3 with: check_name: "test-result-${{ matrix.scope }}" report_paths: "**/surefire-reports/TEST-*.xml" @@ -165,7 +165,7 @@ jobs: - name: Generate report checks if: always() - uses: mikepenz/action-junit-report@v4.0.1 + uses: mikepenz/action-junit-report@v4.0.3 with: check_name: "test-result-Net" report_paths: "net/surefire-reports/TEST-*.xml" diff --git a/net/TdRules/TdRules.csproj b/net/TdRules/TdRules.csproj index a2107dc..d5c444c 100644 --- a/net/TdRules/TdRules.csproj +++ b/net/TdRules/TdRules.csproj @@ -39,7 +39,7 @@ - + diff --git a/pom.xml b/pom.xml index 72b5606..4f78e53 100644 --- a/pom.xml +++ b/pom.xml @@ -73,12 +73,12 @@ io.swagger.parser.v3 swagger-parser - 2.1.16 + 2.1.18 io.swagger swagger-annotations - 1.6.11 + 1.6.12 com.google.code.findbugs @@ -172,7 +172,7 @@ org.xerial sqlite-jdbc - 3.43.2.0 + 3.43.2.1 test @@ -212,7 +212,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 pre-unit-test