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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-02-14 15:44:37 +00:00
committed by GitHub
parent 07b6da5749
commit 5af9cc56ff

View File

@@ -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'