Skip to content

Commit 21560b1

Browse files
Bump the development-dependencies group with 2 updates (#9237)
Bumps the development-dependencies group with 2 updates: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and com.github.spotbugs. Updates `org.hibernate.orm:hibernate-core` from 6.4.8.Final to 6.4.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.9/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.8...6.4.9) Updates `com.github.spotbugs` from 6.0.15 to 6.0.17 --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78d2580 commit 21560b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
id 'org.jetbrains.dokka' version '1.9.20'
2323
id 'org.antora' version '1.0.0'
2424
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
25-
id 'com.github.spotbugs' version '6.0.15'
25+
id 'com.github.spotbugs' version '6.0.17'
2626
}
2727

2828
if (isCI) {
@@ -72,7 +72,7 @@ ext {
7272
groovyVersion = '4.0.21'
7373
hamcrestVersion = '2.2'
7474
hazelcastVersion = '5.3.7'
75-
hibernateVersion = '6.4.8.Final'
75+
hibernateVersion = '6.4.9.Final'
7676
hsqldbVersion = '2.7.3'
7777
h2Version = '2.2.224'
7878
jacksonVersion = '2.15.4'

0 commit comments

Comments
 (0)