diff --git a/Directory.Packages.props b/Directory.Packages.props index dca3163ab89..0ecf20c7204 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -12,21 +12,21 @@ - + - + - - - - + + + + @@ -56,8 +56,8 @@ - - + + @@ -81,19 +81,19 @@ - + - + - - - + + + @@ -103,25 +103,25 @@ - - + + - - - - + + + + - - - + + + - + - + @@ -136,7 +136,7 @@ - + @@ -148,21 +148,21 @@ - - + + - + - + - + - - + + diff --git a/eng/Versions.props b/eng/Versions.props index dcac3bcbdc3..0fad0844a74 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,14 +41,14 @@ 11.0.0-beta.25524.1 11.0.0-beta.25524.1 - 9.9.1 - 9.9.1-preview.1.25474.6 + 9.10.1 + 9.10.0-preview.1.25513.3 9.10.0 9.10.0 9.10.0 9.10.0 - 9.5.0 - 9.5.0 + 9.5.2 + 9.5.2 2.1.1 diff --git a/tests/Aspire.Confluent.Kafka.Tests/KafkaContainerFixture.cs b/tests/Aspire.Confluent.Kafka.Tests/KafkaContainerFixture.cs index 4565a3f061b..0c0405c19e8 100644 --- a/tests/Aspire.Confluent.Kafka.Tests/KafkaContainerFixture.cs +++ b/tests/Aspire.Confluent.Kafka.Tests/KafkaContainerFixture.cs @@ -63,7 +63,7 @@ protected override ConfluentLocalKafkaBuilder Init() startupScript.Append($"export KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://localhost:29092,PLAINTEXT_HOST://localhost:{container.GetMappedPublicPort(KafkaPort)}"); startupScript.Append(lf); startupScript.Append("exec /etc/confluent/docker/run"); - return container.CopyAsync(Encoding.Default.GetBytes(startupScript.ToString()), StartupScriptFilePath, Unix.FileMode755, ct); + return container.CopyAsync(Encoding.Default.GetBytes(startupScript.ToString()), StartupScriptFilePath, fileMode: Unix.FileMode755, ct: ct); }); } diff --git a/tests/Directory.Packages.props b/tests/Directory.Packages.props index 54a7d28761a..3d484775521 100644 --- a/tests/Directory.Packages.props +++ b/tests/Directory.Packages.props @@ -1,7 +1,7 @@ - 4.7.0 + 4.8.1 @@ -10,7 +10,7 @@ - + @@ -22,7 +22,7 @@ - +