From 2de60649772f7e9632a979b6e4656209ea1c7902 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 19 Dec 2022 06:01:52 +0000
Subject: [PATCH] Bump io.freefair.javadoc-links from 5.3.0 to 6.6.1

Bumps [io.freefair.javadoc-links](https://github.com/freefair/gradle-plugins) from 5.3.0 to 6.6.1.
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](https://github.com/freefair/gradle-plugins/compare/5.3.0...6.6.1)

---
updated-dependencies:
- dependency-name: io.freefair.javadoc-links
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index a687534..832f686 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.1'
     id 'checkstyle'
     id 'jacoco'
 }