From 5bd080a01caeebda6348da28219176d586cc1f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:13:35 +0000 Subject: [PATCH] build(deps): Bump org.projectlombok:lombok from 1.18.28 to 1.18.32 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.28 to 1.18.32. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.28...v1.18.32) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 589ab6b..ef1b1d8 100644 --- a/build.gradle +++ b/build.gradle @@ -25,8 +25,8 @@ dependencies { implementation "org.apache.httpcomponents:fluent-hc:4.5.5" testImplementation 'io.contract-testing.contractcase:contract-case:0.1.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1' - compileOnly 'org.projectlombok:lombok:1.18.28' - annotationProcessor 'org.projectlombok:lombok:1.18.28' + compileOnly 'org.projectlombok:lombok:1.18.32' + annotationProcessor 'org.projectlombok:lombok:1.18.32' testImplementation('org.springframework.boot:spring-boot-starter-test:2.7.18') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' }