From c9c8b1334d5a4bcfba811604d8c748f2cdc5363d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 06:02:00 +0000 Subject: [PATCH] Bump io.freefair.javadoc-links from 5.3.0 to 6.6 Bumps io.freefair.javadoc-links from 5.3.0 to 6.6. --- updated-dependencies: - dependency-name: io.freefair.javadoc-links dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a687534..2e8b31c 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'io.freefair.git-version' version '5.3.0' id 'io.freefair.lombok' version '5.3.0' id 'io.freefair.javadoc-utf-8' version '5.3.0' - id 'io.freefair.javadoc-links' version '5.3.0' + id 'io.freefair.javadoc-links' version '6.6' id 'checkstyle' id 'jacoco' }