From 636a74b5c0cd31a620f5ad25096ebab9b4599c1a Mon Sep 17 00:00:00 2001 From: "Gerd Aschemann (EXT)" Date: Tue, 19 Nov 2024 08:41:24 +0100 Subject: [PATCH] Bump versions of develocity and lombok --- gradle/libs.versions.toml | 2 +- integration-test/gradle-plugin/settings.gradle | 2 +- self-check/settings.gradle | 2 +- settings.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0b57ce7a..03f6ad66 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ wiremock-testcontainers-version = '1.0-alpha-14' commons-validator = 'commons-validator:commons-validator:1.9.0' jsoup = 'org.jsoup:jsoup:1.18.1' junit-vintage = { module = 'org.junit.vintage:junit-vintage-engine', version.ref = 'junit5-version' } -lombok = 'org.projectlombok:lombok:1.18.34' +lombok = 'org.projectlombok:lombok:1.18.36' slf4j-api = { module = 'org.slf4j:slf4j-api', version.ref = 'slf4j-version' } slf4j-nop = { module = 'org.slf4j:slf4j-nop', version.ref = 'slf4j-version' } string-similarity = {module = 'net.ricecode:string-similarity', version.ref ='string-similarity-version'} diff --git a/integration-test/gradle-plugin/settings.gradle b/integration-test/gradle-plugin/settings.gradle index 5b0a6c16..3b19275c 100644 --- a/integration-test/gradle-plugin/settings.gradle +++ b/integration-test/gradle-plugin/settings.gradle @@ -8,7 +8,7 @@ pluginManagement { plugins { // to report build results back to gradle.org - id 'com.gradle.develocity' version '3.18.1' + id 'com.gradle.develocity' version '3.18.2' } develocity { diff --git a/self-check/settings.gradle b/self-check/settings.gradle index f206d002..77950255 100644 --- a/self-check/settings.gradle +++ b/self-check/settings.gradle @@ -8,7 +8,7 @@ pluginManagement { plugins { // to report build results back to gradle.org - id 'com.gradle.develocity' version '3.18.1' + id 'com.gradle.develocity' version '3.18.2' } develocity { diff --git a/settings.gradle b/settings.gradle index fced95a9..1153ff04 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { plugins { // to report build results back to gradle.org - id 'com.gradle.develocity' version '3.18.1' + id 'com.gradle.develocity' version '3.18.2' id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' }