From a0218eaf69df196a066624b95a933e1046be6acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:03:09 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.38 to 1.18.42 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.38 to 1.18.42. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.38...v1.18.42) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f7119dc3..49830e4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -90,8 +90,8 @@ dependencies { implementation("org.apache.httpcomponents.client5:httpclient5:5.5") // Avoid telescoping constructors problem with the builder pattern using Lombok - compileOnly("org.projectlombok:lombok:1.18.38") - annotationProcessor("org.projectlombok:lombok:1.18.38") + compileOnly("org.projectlombok:lombok:1.18.42") + annotationProcessor("org.projectlombok:lombok:1.18.42") // To parse JSON response from ClickHouse to parse complex data types correctly implementation("com.fasterxml.jackson.core:jackson-core:${project.extra["jackson"]}")