Skip to content

Commit b364e77

Browse files
dev: update System.IdentityModel.Tokens.Jwt from 0.7.0 to 8.5.0 version (#273)
1 parent 58cec7e commit b364e77

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
* PartitionSession.Stop uses committedOffset to complete commit tasks when stopPartitionSessionRequest.Graceful is true.
1+
* Dev: updated System.IdentityModel.Tokens.Jwt from version 0.7.0 to version 8.5.0.
2+
* PartitionSession.Stop uses committedOffset to complete commit tasks.
23
* Changed batch type: IReadOnlyCollection<Message<TValue>> -> IReadOnlyList<Message<TValue>>.
34
* Invoking TryReadRequestBytes before deserializing message.
45
* Updated Ydb.Protos 1.0.6 -> 1.1.0: Updated version of the Grpc.Net.Client library to 2.67.0.

src/Ydb.Sdk/src/Ydb.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<ItemGroup>
2929
<PackageReference Include="Ydb.Protos" Version="1.1.0" />
3030
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
31-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.0.0" />
31+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
3232
</ItemGroup>
3333

3434
<ItemGroup Condition="$(TargetFramework.Equals('net6.0'))">

0 commit comments

Comments
 (0)