Skip to content

Commit

Permalink
Combined dependency updates (2024-01-14) (#139)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump actions/deploy-pages from 4.0.2 to 4.0.3](#134)
- [Bump actions/download-artifact from 4.1.0 to 4.1.1](#135)
- [Bump mikepenz/action-junit-report from 4.0.3 to 4.0.4](#136)
- [Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11](#138)
- [Bump surefire.version from 3.2.3 to 3.2.5](#137)
- [Bump Polly from 8.2.0 to 8.2.1 in /net](#132)
- [Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /net](#133)
  • Loading branch information
giis-qabot authored Jan 14, 2024
1 parent 824df55 commit 24197e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/[email protected].3
uses: mikepenz/[email protected].4
with:
check_name: "test-result-${{ matrix.scope }}"
report_paths: "**/surefire-reports/TEST-*.xml"
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/[email protected].3
uses: mikepenz/[email protected].4
with:
check_name: "test-result-Net"
report_paths: "net/surefire-reports/TEST-*.xml"
Expand Down Expand Up @@ -229,26 +229,26 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
# Downloads java test report files
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: always()
with:
name: "test-report-files-Core"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: always()
with:
name: "test-report-files-Postgres"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: always()
with:
name: "test-report-files-Sqlserver"
- uses: actions/[email protected].0
- uses: actions/[email protected].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/[email protected].0
- uses: actions/[email protected].1
if: always()
with:
name: "test-report-files-Net"
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
- name: Deploy to GitHub Pages
if: always()
id: deployment
uses: actions/[email protected].2
uses: actions/[email protected].3

sonarqube:
needs: [test-java]
Expand Down
4 changes: 2 additions & 2 deletions net/TdRules/TdRules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<PackageReference Include="NLog" Version="5.2.8" />

<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />

<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
</ItemGroup>
Expand All @@ -53,7 +53,7 @@

<PackageReference Include="RestSharp" Version="110.2.0" />

<PackageReference Include="Polly" Version="8.2.0" />
<PackageReference Include="Polly" Version="8.2.1" />

<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<surefire.version>3.2.3</surefire.version>
<surefire.version>3.2.5</surefire.version>

<portable.version>2.2.1</portable.version>

Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.10</version>
<version>2.0.11</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 24197e6

Please sign in to comment.