From 24197e6e2cfc5f3e931facea028c3dd1e8427d6d Mon Sep 17 00:00:00 2001
From: giis-qabot <122899806+giis-qabot@users.noreply.github.com>
Date: Sun, 14 Jan 2024 18:47:22 +0100
Subject: [PATCH] Combined dependency updates (2024-01-14) (#139)
Includes these updates:
- [Bump actions/deploy-pages from 4.0.2 to 4.0.3](https://github.com/giis-uniovi/tdrules/pull/134)
- [Bump actions/download-artifact from 4.1.0 to 4.1.1](https://github.com/giis-uniovi/tdrules/pull/135)
- [Bump mikepenz/action-junit-report from 4.0.3 to 4.0.4](https://github.com/giis-uniovi/tdrules/pull/136)
- [Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11](https://github.com/giis-uniovi/tdrules/pull/138)
- [Bump surefire.version from 3.2.3 to 3.2.5](https://github.com/giis-uniovi/tdrules/pull/137)
- [Bump Polly from 8.2.0 to 8.2.1 in /net](https://github.com/giis-uniovi/tdrules/pull/132)
- [Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /net](https://github.com/giis-uniovi/tdrules/pull/133)
---
.github/workflows/test.yml | 16 ++++++++--------
net/TdRules/TdRules.csproj | 4 ++--
pom.xml | 4 ++--
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e7ad8f4..715cdb5 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.3
+ uses: mikepenz/action-junit-report@v4.0.4
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.3
+ uses: mikepenz/action-junit-report@v4.0.4
with:
check_name: "test-result-Net"
report_paths: "net/surefire-reports/TEST-*.xml"
@@ -229,26 +229,26 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
# Downloads java test report files
- - uses: actions/download-artifact@v4.1.0
+ - uses: actions/download-artifact@v4.1.1
if: always()
with:
name: "test-report-files-Core"
- - uses: actions/download-artifact@v4.1.0
+ - uses: actions/download-artifact@v4.1.1
if: always()
with:
name: "test-report-files-Postgres"
- - uses: actions/download-artifact@v4.1.0
+ - uses: actions/download-artifact@v4.1.1
if: always()
with:
name: "test-report-files-Sqlserver"
- - uses: actions/download-artifact@v4.1.0
+ - uses: actions/download-artifact@v4.1.1
if: always()
with:
name: "test-report-files-Oracle"
# Net reports were zipped under a different root, specifies the path.
# Modifies the namespaces to allow differentiate from the java test results
- - uses: actions/download-artifact@v4.1.0
+ - uses: actions/download-artifact@v4.1.1
if: always()
with:
name: "test-report-files-Net"
@@ -298,7 +298,7 @@ jobs:
- name: Deploy to GitHub Pages
if: always()
id: deployment
- uses: actions/deploy-pages@v4.0.2
+ uses: actions/deploy-pages@v4.0.3
sonarqube:
needs: [test-java]
diff --git a/net/TdRules/TdRules.csproj b/net/TdRules/TdRules.csproj
index c5c3d1d..3c6290b 100644
--- a/net/TdRules/TdRules.csproj
+++ b/net/TdRules/TdRules.csproj
@@ -41,7 +41,7 @@
-
+
@@ -53,7 +53,7 @@
-
+
diff --git a/pom.xml b/pom.xml
index d795c62..b014c6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
1.8
UTF-8
- 3.2.3
+ 3.2.5
2.2.1
@@ -108,7 +108,7 @@
org.slf4j
slf4j-api
- 2.0.10
+ 2.0.11
org.apache.logging.log4j