Skip to content

Commit

Permalink
Bump System.Collections.Immutable from 1.7.1 to 9.0.0 in /src
Browse files Browse the repository at this point in the history
Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 1.7.1 to 9.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v9.0.0)

---
updated-dependencies:
- dependency-name: System.Collections.Immutable
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent b7fa3c5 commit 9060150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hyperledger.Aries/Hyperledger.Aries.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Polly" Version="$(PollyVersion)" />
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
<PackageReference Include="Stateless" Version="$(StatelessVersion)" />
<PackageReference Include="System.Collections.Immutable" Version="1.7.1" />
<PackageReference Include="System.Collections.Immutable" Version="9.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.25.1" />
<PackageReference Include="System.Reactive.Linq" Version="$(SystemReactiveLinqVersion)" />
</ItemGroup>
Expand Down

0 comments on commit 9060150

Please sign in to comment.