diff --git a/code/api/assistant-api/build.gradle b/code/api/assistant-api/build.gradle index fe0d1065..6908e348 100644 --- a/code/api/assistant-api/build.gradle +++ b/code/api/assistant-api/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/api/index-api/build.gradle b/code/api/index-api/build.gradle index fde5b341..1414cdc8 100644 --- a/code/api/index-api/build.gradle +++ b/code/api/index-api/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/api/process-mqapi/build.gradle b/code/api/process-mqapi/build.gradle index a8996377..812873fc 100644 --- a/code/api/process-mqapi/build.gradle +++ b/code/api/process-mqapi/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/api/search-api/build.gradle b/code/api/search-api/build.gradle index f47d4013..6680f13b 100644 --- a/code/api/search-api/build.gradle +++ b/code/api/search-api/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/common/config/build.gradle b/code/common/config/build.gradle index e0a1e795..1ac662ae 100644 --- a/code/common/config/build.gradle +++ b/code/common/config/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/common/db/build.gradle b/code/common/db/build.gradle index 5db97eb3..fa46e82b 100644 --- a/code/common/db/build.gradle +++ b/code/common/db/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' id "org.flywaydb.flyway" version "8.2.0" } diff --git a/code/common/model/build.gradle b/code/common/model/build.gradle index 1e8cb636..df3c58ab 100644 --- a/code/common/model/build.gradle +++ b/code/common/model/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/common/process/build.gradle b/code/common/process/build.gradle index 3aea538c..0092522f 100644 --- a/code/common/process/build.gradle +++ b/code/common/process/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/common/renderer/build.gradle b/code/common/renderer/build.gradle index 387a8588..961c3b65 100644 --- a/code/common/renderer/build.gradle +++ b/code/common/renderer/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/common/service-client/build.gradle b/code/common/service-client/build.gradle index b3252f14..7510c8c1 100644 --- a/code/common/service-client/build.gradle +++ b/code/common/service-client/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id "de.undercouch.download" version "5.1.0" id 'jvm-test-suite' } diff --git a/code/features-convert/adblock/build.gradle b/code/features-convert/adblock/build.gradle index ca3e694c..7dcc5135 100644 --- a/code/features-convert/adblock/build.gradle +++ b/code/features-convert/adblock/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id "de.undercouch.download" version "5.1.0" diff --git a/code/features-convert/keyword-extraction/build.gradle b/code/features-convert/keyword-extraction/build.gradle index b531fdbf..d387a20a 100644 --- a/code/features-convert/keyword-extraction/build.gradle +++ b/code/features-convert/keyword-extraction/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/features-convert/pubdate/build.gradle b/code/features-convert/pubdate/build.gradle index d4e4982f..1535b203 100644 --- a/code/features-convert/pubdate/build.gradle +++ b/code/features-convert/pubdate/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id "de.undercouch.download" version "5.1.0" diff --git a/code/features-convert/summary-extraction/build.gradle b/code/features-convert/summary-extraction/build.gradle index 5dfb884c..e2e843f9 100644 --- a/code/features-convert/summary-extraction/build.gradle +++ b/code/features-convert/summary-extraction/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/features-convert/topic-detection/build.gradle b/code/features-convert/topic-detection/build.gradle index 3a432100..692223b4 100644 --- a/code/features-convert/topic-detection/build.gradle +++ b/code/features-convert/topic-detection/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id "de.undercouch.download" version "5.1.0" diff --git a/code/features-crawl/crawl-blocklist/build.gradle b/code/features-crawl/crawl-blocklist/build.gradle index 084df6b5..2ef08165 100644 --- a/code/features-crawl/crawl-blocklist/build.gradle +++ b/code/features-crawl/crawl-blocklist/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/features-crawl/link-parser/build.gradle b/code/features-crawl/link-parser/build.gradle index f0fc55c6..423f24ba 100644 --- a/code/features-crawl/link-parser/build.gradle +++ b/code/features-crawl/link-parser/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/features-index/domain-ranking/build.gradle b/code/features-index/domain-ranking/build.gradle index 4c3ca303..f77a4f4c 100644 --- a/code/features-index/domain-ranking/build.gradle +++ b/code/features-index/domain-ranking/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id "de.undercouch.download" version "5.1.0" diff --git a/code/features-index/index-forward/build.gradle b/code/features-index/index-forward/build.gradle index b424233d..f55a02df 100644 --- a/code/features-index/index-forward/build.gradle +++ b/code/features-index/index-forward/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/features-index/index-journal/build.gradle b/code/features-index/index-journal/build.gradle index fb5a7eb4..bc87a59f 100644 --- a/code/features-index/index-journal/build.gradle +++ b/code/features-index/index-journal/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/features-index/index-query/build.gradle b/code/features-index/index-query/build.gradle index 6b266c44..a601571b 100644 --- a/code/features-index/index-query/build.gradle +++ b/code/features-index/index-query/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/features-index/index-reverse/build.gradle b/code/features-index/index-reverse/build.gradle index 23ea7cca..90bf9411 100644 --- a/code/features-index/index-reverse/build.gradle +++ b/code/features-index/index-reverse/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/features-index/lexicon/build.gradle b/code/features-index/lexicon/build.gradle index fe9ab9e3..dfe3ef66 100644 --- a/code/features-index/lexicon/build.gradle +++ b/code/features-index/lexicon/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/features-search/query-parser/build.gradle b/code/features-search/query-parser/build.gradle index d797873a..33fcd854 100644 --- a/code/features-search/query-parser/build.gradle +++ b/code/features-search/query-parser/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/features-search/random-websites/build.gradle b/code/features-search/random-websites/build.gradle index 303c7b29..f32d0225 100644 --- a/code/features-search/random-websites/build.gradle +++ b/code/features-search/random-websites/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/features-search/result-ranking/build.gradle b/code/features-search/result-ranking/build.gradle index a040c852..a0709e51 100644 --- a/code/features-search/result-ranking/build.gradle +++ b/code/features-search/result-ranking/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id "de.undercouch.download" version "5.1.0" diff --git a/code/features-search/screenshots/build.gradle b/code/features-search/screenshots/build.gradle index 713e0d0b..9c02154e 100644 --- a/code/features-search/screenshots/build.gradle +++ b/code/features-search/screenshots/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/libraries/language-processing/build.gradle b/code/libraries/language-processing/build.gradle index c711e743..e548487f 100644 --- a/code/libraries/language-processing/build.gradle +++ b/code/libraries/language-processing/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/libraries/term-frequency-dict/build.gradle b/code/libraries/term-frequency-dict/build.gradle index 7bc28ee7..77413eb8 100644 --- a/code/libraries/term-frequency-dict/build.gradle +++ b/code/libraries/term-frequency-dict/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/process-models/converting-model/build.gradle b/code/process-models/converting-model/build.gradle index e1c5a6f0..cb25b932 100644 --- a/code/process-models/converting-model/build.gradle +++ b/code/process-models/converting-model/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/process-models/crawling-model/build.gradle b/code/process-models/crawling-model/build.gradle index 561fff3d..38da53e9 100644 --- a/code/process-models/crawling-model/build.gradle +++ b/code/process-models/crawling-model/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/processes/converting-process/build.gradle b/code/processes/converting-process/build.gradle index 63307a65..36a3ebdb 100644 --- a/code/processes/converting-process/build.gradle +++ b/code/processes/converting-process/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'jvm-test-suite' } diff --git a/code/processes/crawling-process/build.gradle b/code/processes/crawling-process/build.gradle index 5522bb4c..5dfe0556 100644 --- a/code/processes/crawling-process/build.gradle +++ b/code/processes/crawling-process/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'jvm-test-suite' } diff --git a/code/processes/loading-process/build.gradle b/code/processes/loading-process/build.gradle index 1c373929..eb705bbf 100644 --- a/code/processes/loading-process/build.gradle +++ b/code/processes/loading-process/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'jvm-test-suite' } diff --git a/code/processes/test-data/build.gradle b/code/processes/test-data/build.gradle index 19c6620c..02b215e5 100644 --- a/code/processes/test-data/build.gradle +++ b/code/processes/test-data/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } java { diff --git a/code/services-core/assistant-service/build.gradle b/code/services-core/assistant-service/build.gradle index 604aa26c..102a014f 100644 --- a/code/services-core/assistant-service/build.gradle +++ b/code/services-core/assistant-service/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'jvm-test-suite' id 'com.palantir.docker' version '0.35.0' diff --git a/code/services-core/control-service/build.gradle b/code/services-core/control-service/build.gradle index 569ad74f..c2cbcb24 100644 --- a/code/services-core/control-service/build.gradle +++ b/code/services-core/control-service/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'com.palantir.docker' version '0.35.0' id 'jvm-test-suite' diff --git a/code/services-core/index-service/build.gradle b/code/services-core/index-service/build.gradle index 550f205c..a84628f7 100644 --- a/code/services-core/index-service/build.gradle +++ b/code/services-core/index-service/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'com.palantir.docker' version '0.35.0' id 'application' id 'jvm-test-suite' diff --git a/code/services-core/search-service/build.gradle b/code/services-core/search-service/build.gradle index c1b3ebe4..44c85e6f 100644 --- a/code/services-core/search-service/build.gradle +++ b/code/services-core/search-service/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'com.palantir.docker' version '0.35.0' id 'application' id 'jvm-test-suite' diff --git a/code/services-satellite/api-service/build.gradle b/code/services-satellite/api-service/build.gradle index a5ede15d..b13660fc 100644 --- a/code/services-satellite/api-service/build.gradle +++ b/code/services-satellite/api-service/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'com.palantir.docker' version '0.35.0' id 'jvm-test-suite' diff --git a/code/services-satellite/dating-service/build.gradle b/code/services-satellite/dating-service/build.gradle index 40494e60..1aefb959 100644 --- a/code/services-satellite/dating-service/build.gradle +++ b/code/services-satellite/dating-service/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'com.palantir.docker' version '0.35.0' id 'jvm-test-suite' diff --git a/code/services-satellite/explorer-service/build.gradle b/code/services-satellite/explorer-service/build.gradle index 8142e40c..9286ce17 100644 --- a/code/services-satellite/explorer-service/build.gradle +++ b/code/services-satellite/explorer-service/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'com.palantir.docker' version '0.35.0' id 'jvm-test-suite' diff --git a/code/tools/crawl-job-extractor/build.gradle b/code/tools/crawl-job-extractor/build.gradle index 9ede0afa..fcb60c30 100644 --- a/code/tools/crawl-job-extractor/build.gradle +++ b/code/tools/crawl-job-extractor/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'jvm-test-suite' } diff --git a/code/tools/experiment-runner/build.gradle b/code/tools/experiment-runner/build.gradle index 1454a009..3552326a 100644 --- a/code/tools/experiment-runner/build.gradle +++ b/code/tools/experiment-runner/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'jvm-test-suite' diff --git a/code/tools/load-test/build.gradle b/code/tools/load-test/build.gradle index dc5d7f8f..eb74f276 100644 --- a/code/tools/load-test/build.gradle +++ b/code/tools/load-test/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'jvm-test-suite' } diff --git a/code/tools/screenshot-capture-tool/build.gradle b/code/tools/screenshot-capture-tool/build.gradle index 2f6f2668..b6dbb511 100644 --- a/code/tools/screenshot-capture-tool/build.gradle +++ b/code/tools/screenshot-capture-tool/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'jvm-test-suite' } diff --git a/code/tools/term-frequency-extractor/build.gradle b/code/tools/term-frequency-extractor/build.gradle index 517c3f66..9419ba2c 100644 --- a/code/tools/term-frequency-extractor/build.gradle +++ b/code/tools/term-frequency-extractor/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'jvm-test-suite' diff --git a/code/tools/website-adjacencies-calculator/build.gradle b/code/tools/website-adjacencies-calculator/build.gradle index 65a9fba0..77e3cd1b 100644 --- a/code/tools/website-adjacencies-calculator/build.gradle +++ b/code/tools/website-adjacencies-calculator/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "8.2.2" id 'application' id 'jvm-test-suite' }