Skip to content

Commit

Permalink
tools: update robot
Browse files Browse the repository at this point in the history
 bump CsvHelper from 32.0.3 to 33.0.1 in /robot

Bumps [CsvHelper](https://github.com/JoshClose/CsvHelper) from 32.0.3 to 33.0.1.
- [Commits](https://github.com/JoshClose/CsvHelper/commits)

---
updated-dependencies:
- dependency-name: CsvHelper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and darakeon committed Jun 25, 2024
1 parent 2a66d14 commit 8bdc56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/BusinessLogic/BusinessLogic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CsvHelper" Version="32.0.3" />
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="Keon.NHibernate" Version="5.0.1" />
<PackageReference Include="Keon.TwoFactorAuth" Version="4.0.0" />
<PackageReference Include="sqlite" Version="3.13.0" />
Expand Down
2 changes: 1 addition & 1 deletion core/Exchange/Exchange.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.309.8" />
<PackageReference Include="CsvHelper" Version="32.0.3" />
<PackageReference Include="CsvHelper" Version="33.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8bdc56b

Please sign in to comment.