From 105bd28a51b678ec732269d5353b6ecf38a3f188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:01:04 +0000 Subject: [PATCH 1/2] Bump org.junit:junit-bom from 5.11.2 to 5.11.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 277aed1..cbe3666 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ allprojects { compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.34")) testCompileOnly "com.google.code.findbugs:jsr305:3.0.2" - testImplementation(platform("org.junit:junit-bom:5.11.2")) + testImplementation(platform("org.junit:junit-bom:5.11.3")) testImplementation "org.junit.jupiter:junit-jupiter" testRuntimeOnly "org.junit.platform:junit-platform-launcher" testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.34")) From 318b63369adb2f60c7cd41b076f14ad4decaeebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 06:43:56 +0000 Subject: [PATCH 2/2] Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.34 to 1.18.36. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.34...v1.18.36) --- 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 cbe3666..e5f1898 100644 --- a/build.gradle +++ b/build.gradle @@ -19,13 +19,13 @@ allprojects { dependencies { compileOnly "com.google.code.findbugs:jsr305:3.0.2" - compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.34")) + compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.36")) testCompileOnly "com.google.code.findbugs:jsr305:3.0.2" testImplementation(platform("org.junit:junit-bom:5.11.3")) testImplementation "org.junit.jupiter:junit-jupiter" testRuntimeOnly "org.junit.platform:junit-platform-launcher" - testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.34")) + testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.36")) } java {