diff --git a/Core/build.gradle.kts b/Core/build.gradle.kts index bdaab0fb7..87e47df83 100644 --- a/Core/build.gradle.kts +++ b/Core/build.gradle.kts @@ -72,7 +72,8 @@ tasks { opt.links("https://jd.advntr.dev/text-minimessage/4.14.0/") opt.links("https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + "/javadoc/") opt.links("https://checkerframework.org/api/") - opt.links("https://javadocs.dev/com.intellectualsites.informative-annotations/informative-annotations/latest") + opt.links("https://javadocs.dev/com.intellectualsites.informative-annotations/informative-annotations/" + + libs.informativeAnnotations.get().versionConstraint.toString()) opt.isLinkSource = true opt.bottom(File("$rootDir/javadocfooter.html").readText()) opt.isUse = true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0a41046af..89dda239c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ paper = "1.20.2-R0.1-SNAPSHOT" guice = "7.0.0" spotbugs = "4.7.3" -checkerqual = "3.38.0" +checkerqual = "3.39.0" gson = "2.10" guava = "31.1-jre" snakeyaml = "2.0" @@ -28,7 +28,7 @@ squirrelid = "0.3.2" paster = "1.1.5" bstats = "3.0.2" paperlib = "1.0.8" -informative-annotations = "1.3" +informative-annotations = "1.4" vault = "1.7.1" serverlib = "2.3.4"