Skip to content

Commit a33093c

Browse files
committed
Update dependencies
1 parent 9d0f187 commit a33093c

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: windows-2019
8+
runs-on: windows-2022
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- name: Setup .NET Core
13-
uses: actions/setup-dotnet@v4
13+
uses: actions/setup-dotnet@v5
1414
with:
1515
dotnet-version: 9.0.x
1616
- name: Build iTextSharp.LGPLv2.Core lib

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# - https://gh.io/supported-runners-and-hardware-resources
2727
# - https://gh.io/using-larger-runners
2828
# Consider using larger runners for possible analysis time improvements.
29-
runs-on: windows-2019
29+
runs-on: windows-2022
3030
permissions:
3131
actions: read
3232
contents: read
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
@@ -64,7 +64,7 @@ jobs:
6464
# - name: Autobuild
6565
# uses: github/codeql-action/autobuild@v3
6666
- name: Setup .NET
67-
uses: actions/setup-dotnet@v4
67+
uses: actions/setup-dotnet@v5
6868
with:
6969
dotnet-version: 9.0.x
7070
- name: Build

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.300",
3+
"version": "9.0.304",
44
"rollForward": "latestMajor",
55
"allowPrerelease": false
66
}

src/iTextSharp.LGPLv2.Core.FunctionalTests/iTextSharp.LGPLv2.Core.FunctionalTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
</PackageReference>
2323
</ItemGroup>
2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0"/>
26-
<PackageReference Include="MSTest.TestAdapter" Version="3.9.0"/>
27-
<PackageReference Include="MSTest.TestFramework" Version="3.9.0"/>
25+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1"/>
26+
<PackageReference Include="MSTest.TestAdapter" Version="3.10.4"/>
27+
<PackageReference Include="MSTest.TestFramework" Version="3.10.4"/>
2828

2929
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.660"/>
3030
</ItemGroup>

src/iTextSharp.LGPLv2.Core/iTextSharp.LGPLv2.Core.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core.</Description>
4-
<VersionPrefix>3.7.4</VersionPrefix>
4+
<VersionPrefix>3.7.5</VersionPrefix>
55
<Authors>Vahid Nasiri</Authors>
66
<TargetFrameworks>net9.0;net8.0;net7.0;net6.0;netstandard2.0;net462;</TargetFrameworks>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -57,11 +57,11 @@
5757
<PrivateAssets>all</PrivateAssets>
5858
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5959
</PackageReference>
60-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.201">
60+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.215">
6161
<PrivateAssets>all</PrivateAssets>
6262
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6363
</PackageReference>
64-
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.10.0.116381">
64+
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.15.0.120848">
6565
<PrivateAssets>all</PrivateAssets>
6666
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6767
</PackageReference>
@@ -82,7 +82,7 @@
8282

8383
<ItemGroup>
8484
<PackageReference Include="SkiaSharp" Version="3.119.0"/>
85-
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1"/>
85+
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2"/>
8686
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
8787
</ItemGroup>
8888

0 commit comments

Comments
 (0)