Skip to content

Commit 66c86c8

Browse files
authored
Combined dependency updates (2026-01-24)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump the microsoftentityframework group with 4 updates](#483) - [Bump actions/cache from 5.0.1 to 5.0.2](#486) - [Bump Microsoft.Data.SqlClient from 6.1.3 to 6.1.4](#485) - [Bump org.postgresql:postgresql from 42.7.8 to 42.7.9](#484) - [Bump actions/setup-dotnet from 5.0.1 to 5.1.0](#482)
1 parent fded163 commit 66c86c8

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
working-directory: net
4747
steps:
4848
- uses: actions/checkout@v6
49-
- uses: actions/setup-dotnet@v5.0.1
49+
- uses: actions/setup-dotnet@v5.1.0
5050
with:
5151
dotnet-version: '8.0.x'
5252
#- name: Enable snapshots

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# to simulate an updatable cache. If eventually we need to clear the cache, increase the V* number
8080
- name: Rules cache
8181
id: rules-cache
82-
uses: actions/cache@v5.0.1
82+
uses: actions/cache@v5.0.2
8383
with:
8484
path: qacover-core/.tdrules-cache
8585
key: tdrules-cache-${{ matrix.scope }}-v1-${{ github.run_id }}
@@ -165,7 +165,7 @@ jobs:
165165
# Uses the same trick that in other jobs top simulate a writable cache
166166
- name: Custom cache for IT
167167
id: rules-cache
168-
uses: actions/cache@v5.0.1
168+
uses: actions/cache@v5.0.2
169169
with:
170170
path: /home/runner/.m2/repository #can't pass $HOME
171171
key: setup-java-IT-maven-v1-${{ github.run_id }}
@@ -231,7 +231,7 @@ jobs:
231231
working-directory: net
232232
steps:
233233
- uses: actions/checkout@v6
234-
- uses: actions/setup-dotnet@v5.0.1
234+
- uses: actions/setup-dotnet@v5.1.0
235235
with:
236236
dotnet-version: '8.0.x'
237237

@@ -250,7 +250,7 @@ jobs:
250250
251251
- name: Rules cache
252252
id: rules-cache
253-
uses: actions/cache@v5.0.1
253+
uses: actions/cache@v5.0.2
254254
with:
255255
path: net/.tdrules-cache
256256
key: tdrules-cache-Net-v1-${{ github.run_id }}
@@ -260,7 +260,7 @@ jobs:
260260

261261
- name: Cache NuGet Packages
262262
id: nuget-packages
263-
uses: actions/cache@v5.0.1
263+
uses: actions/cache@v5.0.2
264264
env:
265265
cache-name: nuget-package-cache
266266
with:

net/QACoverEf2spy/QACoverEf2spy.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.22" />
29+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.23" />
3030

31-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.22" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.23" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

net/QACoverTest/QACoverTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<PackageReference Include="VisualAssert" Version="2.6.1" />
1919

20-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.3" />
20+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" />
2121

2222
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
2323
</ItemGroup>

net/QACoverTestEf/QACoverTestEf.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.22">
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.23">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1515
</PackageReference>
1616

17-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.22" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.23" />
1818

1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
2020

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>org.postgresql</groupId>
101101
<artifactId>postgresql</artifactId>
102-
<version>42.7.8</version>
102+
<version>42.7.9</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>

0 commit comments

Comments
 (0)