Skip to content

Commit 557bc84

Browse files
Bump the development-dependencies group with 2 updates (#9942)
Bumps the development-dependencies group with 2 updates: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and com.google.protobuf. Updates `org.hibernate.orm:hibernate-core` from 6.6.12.Final to 6.6.13.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.13/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.12...6.6.13) Updates `com.google.protobuf` from 0.9.4 to 0.9.5 --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 6.6.13.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.google.protobuf dependency-version: 0.9.5 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 641ddea commit 557bc84

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
@@ -23,7 +23,7 @@ plugins {
2323
id 'org.antora' version '1.0.0'
2424
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
2525
id 'com.github.spotbugs' version '6.0.28'
26-
id 'com.google.protobuf' version '0.9.4' apply false
26+
id 'com.google.protobuf' version '0.9.5' apply false
2727
id 'io.freefair.aggregate-javadoc' version '8.10.2'
2828
}
2929

@@ -74,7 +74,7 @@ ext {
7474
groovyVersion = '4.0.26'
7575
hamcrestVersion = '3.0'
7676
hazelcastVersion = '5.4.0'
77-
hibernateVersion = '6.6.12.Final'
77+
hibernateVersion = '6.6.13.Final'
7878
hsqldbVersion = '2.7.4'
7979
h2Version = '2.3.232'
8080
jacksonVersion = '2.18.3'

0 commit comments

Comments
 (0)