From 5af9cc56ff5059759d007d862cb48b46f6b5c4ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 15:44:37 +0000 Subject: [PATCH] Bump the development-dependencies group with 3 updates (#2964) Bumps the development-dependencies group with 3 updates: [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator), io.spring.dependency-management and com.github.spotbugs. Updates `org.hibernate.validator:hibernate-validator` from 8.0.1.Final to 8.0.2.Final - [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.2.Final/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/8.0.1.Final...8.0.2.Final) Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 Updates `com.github.spotbugs` from 6.0.26 to 6.0.28 --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index b954acba..07fe24a1 100644 --- a/build.gradle +++ b/build.gradle @@ -21,10 +21,10 @@ plugins { id 'idea' id 'org.ajoberstar.grgit' version '4.1.1' id 'io.spring.nohttp' version '0.0.11' - id 'io.spring.dependency-management' version '1.1.6' apply false + id 'io.spring.dependency-management' version '1.1.7' apply false id 'org.antora' version '1.0.0' id 'io.spring.antora.generate-antora-yml' version '0.0.1' - id 'com.github.spotbugs' version '6.0.26' + id 'com.github.spotbugs' version '6.0.28' id 'io.freefair.aggregate-javadoc' version '8.6' } @@ -53,7 +53,7 @@ ext { commonsHttpClientVersion = '5.2.3' commonsPoolVersion = '2.12.0' hamcrestVersion = '2.2' - hibernateValidationVersion = '8.0.1.Final' + hibernateValidationVersion = '8.0.2.Final' jacksonBomVersion = '2.15.4' jaywayJsonPathVersion = '2.8.0' junit4Version = '4.13.2'