From dbcb5a13ac8f60ec6db94126b67c033c8c1bcdc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:01:57 +0000 Subject: [PATCH] build(deps): bump org.projectlombok:lombok from 1.18.18 to 1.18.26 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.18 to 1.18.26. - [Release notes](https://github.com/projectlombok/lombok/releases) - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.18...v1.18.26) --- 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 62c66d5..451a919 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation("javax.validation:validation-api:2.0.1.Final") - compileOnly("org.projectlombok:lombok:1.18.18") + compileOnly("org.projectlombok:lombok:1.18.26") annotationProcessor("org.projectlombok:lombok:1.18.18") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") @@ -76,7 +76,7 @@ dependencies { testIntegrationImplementation("com.github.mikesafonov:smpp-server-mock-junit:1.5.0") testIntegrationImplementation("com.github.mikesafonov:smpp-server-mock-spring-boot:1.5.0") - testIntegrationCompileOnly("org.projectlombok:lombok:1.18.10") + testIntegrationCompileOnly("org.projectlombok:lombok:1.18.26") testIntegrationAnnotationProcessor("org.projectlombok:lombok:1.18.10") testIntegrationImplementation('org.springframework.boot:spring-boot-starter-test') }