Skip to content

Commit 9a7cb33

Browse files
committed
Package updates
1 parent 93d3484 commit 9a7cb33

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

src/Connectors/src/Connectors/PublicAPI.Unshipped.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,5 @@ Steeltoe.Connectors.SqlServer.SqlServerHostApplicationBuilderExtensions
110110
Steeltoe.Connectors.SqlServer.SqlServerOptions
111111
Steeltoe.Connectors.SqlServer.SqlServerOptions.SqlServerOptions() -> void
112112
Steeltoe.Connectors.SqlServer.SqlServerServiceCollectionExtensions
113+
virtual Steeltoe.Connectors.ConnectorCreateConnection.Invoke(System.IServiceProvider! serviceProvider, string! serviceBindingName) -> object!
114+
virtual Steeltoe.Connectors.ConnectorCreateHealthContributor.Invoke(System.IServiceProvider! serviceProvider, string! serviceBindingName) -> Steeltoe.Common.HealthChecks.IHealthContributor!

src/Logging/src/Abstractions/PublicAPI.Unshipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ Steeltoe.Logging.MessageProcessingLogger.MessageProcessingLogger(Microsoft.Exten
3434
Steeltoe.Logging.MessageProcessingLogger.MessageProcessors.get -> System.Collections.Generic.IReadOnlyCollection<Steeltoe.Logging.IDynamicMessageProcessor!>!
3535
virtual Steeltoe.Logging.DynamicLoggerProvider.CreateMessageProcessingLogger(string! categoryName) -> Steeltoe.Logging.MessageProcessingLogger!
3636
virtual Steeltoe.Logging.DynamicLoggerProvider.Dispose(bool disposing) -> void
37+
virtual Steeltoe.Logging.LoggerFilter.Invoke(Microsoft.Extensions.Logging.LogLevel level) -> bool
3738
virtual Steeltoe.Logging.MessageProcessingLogger.Log<TState>(Microsoft.Extensions.Logging.LogLevel logLevel, Microsoft.Extensions.Logging.EventId eventId, TState state, System.Exception? exception, System.Func<TState, System.Exception?, string!>! formatter) -> void

src/Management/test/Endpoint.Test/Steeltoe.Management.Endpoint.Test.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="AspNetCore.HealthChecks.System" Version="$(AspNetCoreHealthChecksVersion)" />
16-
<PackageReference Include="FluentAssertions.Json" Version="$(FluentAssertionsJsonVersion)" />
1716
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="$(MatchTargetFrameworkVersion)" />
1817
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="$(EntityFrameworkCoreTestVersion)" />
1918
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="$(EntityFrameworkCoreTestVersion)" />

versions.props

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,29 @@
77

88
<AspNetCoreHealthChecksVersion>9.0.*</AspNetCoreHealthChecksVersion>
99
<CoverletVersion>6.0.*</CoverletVersion>
10-
<FluentAssertionsJsonVersion>6.1.*</FluentAssertionsJsonVersion>
1110
<FluentAssertionsVersion>7.2.*</FluentAssertionsVersion>
12-
<MicrosoftAzureCosmosVersion>3.47.*</MicrosoftAzureCosmosVersion>
13-
<MicrosoftCodeAnalysisVersion>4.12.*</MicrosoftCodeAnalysisVersion>
11+
<MicrosoftAzureCosmosVersion>3.51.*</MicrosoftAzureCosmosVersion>
12+
<MicrosoftCodeAnalysisVersion>4.14.*</MicrosoftCodeAnalysisVersion>
1413
<MicrosoftSqlClientVersion>6.0.*</MicrosoftSqlClientVersion>
1514
<MockHttpVersion>7.0.*</MockHttpVersion>
16-
<MongoDbDriverVersion>3.2.*</MongoDbDriverVersion>
15+
<MongoDbDriverVersion>3.4.*</MongoDbDriverVersion>
1716
<MoqVersion>4.20.69</MoqVersion>
1817
<MySqlConnectorVersion>2.4.*</MySqlConnectorVersion>
19-
<MySqlDataVersion>9.2.*</MySqlDataVersion>
18+
<MySqlDataVersion>9.3.*</MySqlDataVersion>
2019
<NerdbankGitVersioningVersion>3.7.*</NerdbankGitVersioningVersion>
2120
<NewtonsoftJsonVersion>13.0.*</NewtonsoftJsonVersion>
22-
<PublicApiAnalyzersVersion>3.3.*</PublicApiAnalyzersVersion>
21+
<PublicApiAnalyzersVersion>4.14.*</PublicApiAnalyzersVersion>
2322
<RabbitClientTestVersion>7.1.*</RabbitClientTestVersion>
2423
<SerilogEnrichersThreadVersion>4.0.*</SerilogEnrichersThreadVersion>
2524
<SerilogExceptionsVersion>8.4.*</SerilogExceptionsVersion>
2625
<SonarAnalyzerVersion>10.9.0.115408</SonarAnalyzerVersion>
2726
<StyleCopVersion>1.2.0-beta.556</StyleCopVersion>
2827
<SystemCommandLineVersion>2.0.0-beta4.24324.3</SystemCommandLineVersion>
29-
<SystemIdentityModelVersion>8.4.*</SystemIdentityModelVersion>
28+
<SystemIdentityModelVersion>8.12.*</SystemIdentityModelVersion>
3029
<SystemSqlClientVersion>4.9.*</SystemSqlClientVersion>
31-
<TestSdkVersion>17.13.*</TestSdkVersion>
30+
<TestSdkVersion>17.14.*</TestSdkVersion>
3231
<XunitVersion>2.0.*</XunitVersion>
33-
<XunitVisualStudioVersion>3.0.*</XunitVisualStudioVersion>
32+
<XunitVisualStudioVersion>3.1.*</XunitVisualStudioVersion>
3433
</PropertyGroup>
3534

3635
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
@@ -60,12 +59,12 @@
6059
-->
6160
9.0.*
6261
</FoundationalVersion>
63-
<MicrosoftIdentityModelVersion>8.4.*</MicrosoftIdentityModelVersion>
62+
<MicrosoftIdentityModelVersion>8.12.*</MicrosoftIdentityModelVersion>
6463
<MicrosoftDiagnosticsNETCoreClientVersion>0.2.621003</MicrosoftDiagnosticsNETCoreClientVersion>
6564
<MicrosoftDiagnosticsTracingTraceEventVersion>3.1.16</MicrosoftDiagnosticsTracingTraceEventVersion>
66-
<OpenTelemetryExporterPrometheusVersion>1.11.*-*</OpenTelemetryExporterPrometheusVersion>
67-
<OpenTelemetryVersion>1.11.*</OpenTelemetryVersion>
68-
<SerilogVersion>8.0.*</SerilogVersion>
65+
<OpenTelemetryExporterPrometheusVersion>1.12.*-*</OpenTelemetryExporterPrometheusVersion>
66+
<OpenTelemetryVersion>1.12.*</OpenTelemetryVersion>
67+
<SerilogVersion>9.0.*</SerilogVersion>
6968
<SerilogSinksConsoleVersion>6.0.*</SerilogSinksConsoleVersion>
7069
</PropertyGroup>
7170

0 commit comments

Comments
 (0)