From d74bf94782f38e037583b2df3b829d738f424db1 Mon Sep 17 00:00:00 2001 From: giis-qabot <122899806+giis-qabot@users.noreply.github.com> Date: Fri, 20 Oct 2023 20:04:46 +0200 Subject: [PATCH] Combined dependency updates (2023-10-20) (#74) Includes these updates: - [Bump mikepenz/action-junit-report from 4.0.1 to 4.0.3](https://github.com/giis-uniovi/tdrules/pull/69) - [Bump io.swagger.parser.v3:swagger-parser from 2.1.16 to 2.1.18](https://github.com/giis-uniovi/tdrules/pull/72) - [Bump io.swagger:swagger-annotations from 1.6.11 to 1.6.12](https://github.com/giis-uniovi/tdrules/pull/73) - [Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11](https://github.com/giis-uniovi/tdrules/pull/71) - [Bump org.xerial:sqlite-jdbc from 3.43.2.0 to 3.43.2.1](https://github.com/giis-uniovi/tdrules/pull/70) - [Bump NLog from 5.2.4 to 5.2.5 in /net](https://github.com/giis-uniovi/tdrules/pull/68) --- .github/workflows/test.yml | 4 ++-- net/TdRules/TdRules.csproj | 2 +- pom.xml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) 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