diff --git a/docs/modules/ROOT/pages/spring-cloud-commons/loadbalancer.adoc b/docs/modules/ROOT/pages/spring-cloud-commons/loadbalancer.adoc index fcad589f..2bac92d3 100644 --- a/docs/modules/ROOT/pages/spring-cloud-commons/loadbalancer.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-commons/loadbalancer.adoc @@ -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. diff --git a/spring-cloud-commons-dependencies/pom.xml b/spring-cloud-commons-dependencies/pom.xml index 01b3f050..81494c02 100644 --- a/spring-cloud-commons-dependencies/pom.xml +++ b/spring-cloud-commons-dependencies/pom.xml @@ -15,7 +15,7 @@ spring-cloud-commons-dependencies Spring Cloud Commons Dependencies - 1.1.2 + 1.1.3