Skip to content

Commit a98ec48

Browse files
Bump the development-dependencies group with 3 updates
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](hibernate/hibernate-validator@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] <[email protected]>
1 parent 07b6da5 commit a98ec48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ plugins {
2121
id 'idea'
2222
id 'org.ajoberstar.grgit' version '4.1.1'
2323
id 'io.spring.nohttp' version '0.0.11'
24-
id 'io.spring.dependency-management' version '1.1.6' apply false
24+
id 'io.spring.dependency-management' version '1.1.7' apply false
2525
id 'org.antora' version '1.0.0'
2626
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
27-
id 'com.github.spotbugs' version '6.0.26'
27+
id 'com.github.spotbugs' version '6.0.28'
2828
id 'io.freefair.aggregate-javadoc' version '8.6'
2929
}
3030

@@ -53,7 +53,7 @@ ext {
5353
commonsHttpClientVersion = '5.2.3'
5454
commonsPoolVersion = '2.12.0'
5555
hamcrestVersion = '2.2'
56-
hibernateValidationVersion = '8.0.1.Final'
56+
hibernateValidationVersion = '8.0.2.Final'
5757
jacksonBomVersion = '2.15.4'
5858
jaywayJsonPathVersion = '2.8.0'
5959
junit4Version = '4.13.2'

0 commit comments

Comments
 (0)