Skip to content

Commit

Permalink
Combined dependency updates (2023-11-18) (#97)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump actions/github-script from 6 to 7](#95)
- [Bump org.xerial:sqlite-jdbc from 3.43.2.2 to 3.44.0.0](#94)
- [Bump the microsoftentityframework group in /net with 4 updates](#96)
  • Loading branch information
giis-qabot authored Nov 18, 2023
1 parent 9784df2 commit 9a115a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clear-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clear cache
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
console.log("About to clear")
Expand Down
4 changes: 2 additions & 2 deletions net/QACoverEf2spy/QACoverEf2spy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.24" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.25" />

<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.24" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.25" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions net/QACoverTestEf/QACoverTestEf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.24">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.25">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.24" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.25" />

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.43.2.2</version>
<version>3.44.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9a115a7

Please sign in to comment.