Skip to content

Commit 8204917

Browse files
author
Matt Howlett
authored
Protobuf -> 3.15.0 (CVE-2021-22570) + remove travis button (#1816)
* Protobuf -> 3.15.0 (CVE-2021-22570) + remove travis button * add to changelog
1 parent 6428d56 commit 8204917

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ for a complete list of changes, enhancements, fixes and upgrade considerations.
1414
- Resolved incompatibility with Apple M1 processors ([dkaukov](https://github.com/dkaukov)).
1515
- No longer crashes on Alpine Linux when MUSL is installed ([shurivich](https://github.com/shurivich)).
1616
- JSON validation exception messages now properly include failing paths ([drinehimer](https://github.com/drinehimer)).
17+
- Upgraded Google.Protobuf dependency to 3.15.0 (CVE-2021-22570).
1718

1819
## Upgrade Considerations
1920

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Confluent's .NET Client for Apache Kafka<sup>TM</sup>
22
=====================================================
33

4-
[![Travis Build Status](https://travis-ci.org/confluentinc/confluent-kafka-dotnet.svg?branch=master)](https://travis-ci.org/confluentinc/confluent-kafka-dotnet)
54
[![Build status](https://ci.appveyor.com/api/projects/status/kux83eykufuv16cn/branch/master?svg=true)](https://ci.appveyor.com/project/ConfluentClientEngineering/confluent-kafka-dotnet/branch/master)
65
[![Chat on Slack](https://img.shields.io/badge/chat-on%20slack-7A5979.svg)](https://launchpass.com/confluentcommunity)
76

src/Confluent.SchemaRegistry.Serdes.Protobuf/Confluent.SchemaRegistry.Serdes.Protobuf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Google.Protobuf" Version="3.11.2" />
25+
<PackageReference Include="Google.Protobuf" Version="3.15.0" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

test/Confluent.SchemaRegistry.IntegrationTests/Confluent.SchemaRegistry.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
2626
<PackageReference Include="xunit" Version="2.2.0" />
2727
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
28-
<PackageReference Include="Google.Protobuf" Version="3.11.2" />
28+
<PackageReference Include="Google.Protobuf" Version="3.15.0" />
2929
<PackageReference Include="NJsonSchema" Version="10.5.2" />
3030
</ItemGroup>
3131

test/Confluent.SchemaRegistry.Serdes.UnitTests/Confluent.SchemaRegistry.Serdes.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Moq" Version="4.7.99" />
1414
<PackageReference Include="xunit" Version="2.2.0" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
16-
<PackageReference Include="Google.Protobuf" Version="3.11.3" />
16+
<PackageReference Include="Google.Protobuf" Version="3.15.0" />
1717
<PackageReference Include="Apache.Avro" Version="1.11.0" />
1818
<PackageReference Include="System.Runtime" Version="4.3" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)