Merge remote-tracking branch 'origin/main'

This commit is contained in:
Olga Maciaszek-Sharma
2024-05-16 11:57:41 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ You can see more information and examples of usage in the following sections:
Apart from the basic `ServiceInstanceListSupplier` implementation that retrieves instances via `DiscoveryClient` each time it has to choose an instance, we provide two caching implementations.
[[https://github-com/ben-manes/caffeine[caffeine]-backed-loadbalancer-cache-implementation]]
[[caffeine-backed-loadbalancer-cache-implementation]]
=== https://github.com/ben-manes/caffeine[Caffeine]-backed LoadBalancer Cache Implementation
If you have `com.github.ben-manes.caffeine:caffeine` in the classpath, Caffeine-based implementation will be used.

View File

@@ -15,7 +15,7 @@
<name>spring-cloud-commons-dependencies</name>
<description>Spring Cloud Commons Dependencies</description>
<properties>
<spring-security-rsa.version>1.1.2</spring-security-rsa.version>
<spring-security-rsa.version>1.1.3</spring-security-rsa.version>
</properties>
<dependencyManagement>
<dependencies>