Skip to content

Commit d0945df

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 6b3ced2 + ed6db40 commit d0945df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/ROOT/pages/spring-cloud-commons/loadbalancer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can see more information and examples of usage in the following sections:
6363

6464
Apart from the basic `ServiceInstanceListSupplier` implementation that retrieves instances via `DiscoveryClient` each time it has to choose an instance, we provide two caching implementations.
6565

66-
[[https://github-com/ben-manes/caffeine[caffeine]-backed-loadbalancer-cache-implementation]]
66+
[[caffeine-backed-loadbalancer-cache-implementation]]
6767
=== https://github.com/ben-manes/caffeine[Caffeine]-backed LoadBalancer Cache Implementation
6868

6969
If you have `com.github.ben-manes.caffeine:caffeine` in the classpath, Caffeine-based implementation will be used.

spring-cloud-commons-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<name>spring-cloud-commons-dependencies</name>
1616
<description>Spring Cloud Commons Dependencies</description>
1717
<properties>
18-
<spring-security-rsa.version>1.1.2</spring-security-rsa.version>
18+
<spring-security-rsa.version>1.1.3</spring-security-rsa.version>
1919
</properties>
2020
<dependencyManagement>
2121
<dependencies>

0 commit comments

Comments
 (0)