commit | 42c40110b7fd617ab00dba2a502f679de09c6f74 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Feb 05 14:32:41 2024 +0000 |
committer | GitHub <noreply@github.com> | Mon Feb 05 14:32:41 2024 +0000 |
tree | 3aadcb7ed8b51062c49c07cd63c01cdb18209d0a | |
parent | d2303d5fad750a2741016babcdba441b57883643 [diff] |
Bump Polly from 8.2.1 to 8.3.0 in /gremlin-dotnet Bumps [Polly](https://github.com/App-vNext/Polly) from 8.2.1 to 8.3.0. - [Release notes](https://github.com/App-vNext/Polly/releases) - [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md) - [Commits](https://github.com/App-vNext/Polly/compare/8.2.1...8.3.0) --- updated-dependencies: - dependency-name: Polly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj index 95cfa29..9ba623a 100644 --- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj +++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
@@ -74,7 +74,7 @@ <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" /> <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> <PackageReference Include="System.Text.Json" Version="8.0.1" /> - <PackageReference Include="Polly" Version="8.2.1" /> + <PackageReference Include="Polly" Version="8.3.0" /> </ItemGroup> <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">