Skip to content

Commit b4e21c4

Browse files
dependabot[bot]raman-m
andauthoredJul 18, 2024··
Bump Steeltoe.Discovery.Eureka from 3.2.5 to 3.2.8 in /src/Ocelot.Provider.Eureka (#2122)
* Bump Steeltoe.Discovery.Eureka in /src/Ocelot.Provider.Eureka Bumps [Steeltoe.Discovery.Eureka](https://github.com/SteeltoeOSS/Steeltoe) from 3.2.5 to 3.2.8. - [Release notes](https://github.com/SteeltoeOSS/Steeltoe/releases) - [Changelog](https://github.com/SteeltoeOSS/Steeltoe/blob/main/Steeltoe.Release.ruleset) - [Commits](SteeltoeOSS/Steeltoe@3.2.5...3.2.8) --- updated-dependencies: - dependency-name: Steeltoe.Discovery.Eureka dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Steeltoe.Discovery.ClientCore from 3.2.5 to 3.2.8 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Raman Maksimchuk <dotnet044@gmail.com>
1 parent d418b3f commit b4e21c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎src/Ocelot.Provider.Eureka/Ocelot.Provider.Eureka.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<ProjectReference Include="..\Ocelot\Ocelot.csproj" />
3232
</ItemGroup>
3333
<ItemGroup>
34-
<PackageReference Include="Steeltoe.Discovery.ClientCore" Version="3.2.5" />
35-
<PackageReference Include="Steeltoe.Discovery.Eureka" Version="3.2.5" />
34+
<PackageReference Include="Steeltoe.Discovery.ClientCore" Version="3.2.8" />
35+
<PackageReference Include="Steeltoe.Discovery.Eureka" Version="3.2.8" />
3636
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507">
3737
<PrivateAssets>all</PrivateAssets>
3838
</PackageReference>

‎test/Ocelot.AcceptanceTests/Ocelot.AcceptanceTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<PackageReference Include="Consul" Version="1.7.14.1" />
7070
<PackageReference Include="CacheManager.Microsoft.Extensions.Logging" Version="2.0.0-beta-1629" />
7171
<PackageReference Include="CacheManager.Serialization.Json" Version="2.0.0-beta-1629" />
72-
<PackageReference Include="Steeltoe.Discovery.ClientCore" Version="3.2.5" />
72+
<PackageReference Include="Steeltoe.Discovery.ClientCore" Version="3.2.8" />
7373
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
7474
</ItemGroup>
7575
<!-- Conditionally obtain references for the net 6.0 target -->

‎test/Ocelot.UnitTests/Ocelot.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<PackageReference Include="Butterfly.Client.AspNetCore" Version="0.0.8" />
7171
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" />
7272
<PackageReference Include="IdentityServer4" Version="4.1.2" />
73-
<PackageReference Include="Steeltoe.Discovery.ClientCore" Version="3.2.5" />
73+
<PackageReference Include="Steeltoe.Discovery.ClientCore" Version="3.2.8" />
7474
<PackageReference Include="Consul" Version="1.7.14.1" />
7575
<PackageReference Include="CacheManager.Core" Version="2.0.0-beta-1629" />
7676
<PackageReference Include="CacheManager.Microsoft.Extensions.Configuration" Version="2.0.0-beta-1629" />

0 commit comments

Comments
 (0)
Please sign in to comment.