From efaa590fd227d59ac7922bd0700b7a06087ba331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 09:19:58 +0000 Subject: [PATCH] chore: bump the gradle group with 2 updates Bumps the gradle group with 2 updates: [org.projectlombok:lombok](https://github.com/projectlombok/lombok) and org.apache.httpcomponents:httpclient. Updates `org.projectlombok:lombok` from 1.18.24 to 1.18.48 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.24...v1.18.48) Updates `org.apache.httpcomponents:httpclient` from 4.5.13 to 4.5.14 --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.apache.httpcomponents:httpclient dependency-version: 4.5.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 16ba9348..90772e6e 100644 --- a/build.gradle +++ b/build.gradle @@ -23,16 +23,16 @@ repositories { dependencies { - compileOnly 'org.projectlombok:lombok:1.18.24' - annotationProcessor 'org.projectlombok:lombok:1.18.32' + compileOnly 'org.projectlombok:lombok:1.18.48' + annotationProcessor 'org.projectlombok:lombok:1.18.48' - implementation 'org.apache.httpcomponents:httpclient:4.5.13' + implementation 'org.apache.httpcomponents:httpclient:4.5.14' implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0','org.mockito:mockito-core:4.11.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0' - testCompileOnly 'org.projectlombok:lombok:1.18.28' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.28' + testCompileOnly 'org.projectlombok:lombok:1.18.48' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.48' } test {