From e5a51515c54011df837a9383a18cbd2621a4228a Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 18 Apr 2020 16:10:48 +0200 Subject: [PATCH] Realign upstream javadoc links Our links were desynchronized, fix that. Change-Id: I6ae58edd6e4048fe43f8ce4f226a0a4aa47220e8 Signed-off-by: Robert Varga --- docs/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index 4002224054..1a09353f8a 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -230,12 +230,12 @@ - https://junit.org/junit4/javadoc/4.11/ - http://hamcrest.org/JavaHamcrest/javadoc/1.3/ - http://google.github.io/truth/api/0.42/ + https://junit.org/junit4/javadoc/4.13/ + http://hamcrest.org/JavaHamcrest/javadoc/2.2/ + http://google.github.io/truth/api/1.0.1/ http://www.slf4j.org/apidocs/ - https://google.github.io/guava/releases/25.1-jre/api/docs/ - http://doc.akka.io/japi/akka/2.5.25/ + https://google.github.io/guava/releases/28.2-jre/api/docs/ + http://doc.akka.io/japi/akka/2.5.31/ http://netty.io/4.1/api/ https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/ https://commons.apache.org/proper/commons-lang/javadocs/api-3.9/ -- 2.36.6