Skip to content

Commit 0c272c6

Browse files
Bump the development-dependencies group with 2 updates (#9487)
Bumps the development-dependencies group with 2 updates: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and org.apache.tomcat.embed:tomcat-embed-websocket. Updates `org.hibernate.orm:hibernate-core` from 6.6.0.Final to 6.6.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.1/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.0...6.6.1) Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.29 to 10.1.30 --- 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: org.apache.tomcat.embed:tomcat-embed-websocket 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 98d0266 commit 0c272c6

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
@@ -74,7 +74,7 @@ ext {
7474
groovyVersion = '4.0.23'
7575
hamcrestVersion = '2.2'
7676
hazelcastVersion = '5.4.0'
77-
hibernateVersion = '6.6.0.Final'
77+
hibernateVersion = '6.6.1.Final'
7878
hsqldbVersion = '2.7.3'
7979
h2Version = '2.3.232'
8080
jacksonVersion = '2.17.2'
@@ -118,7 +118,7 @@ ext {
118118
springVersion = '6.2.0-SNAPSHOT'
119119
springWsVersion = '4.0.11'
120120
testcontainersVersion = '1.20.1'
121-
tomcatVersion = '10.1.29'
121+
tomcatVersion = '10.1.30'
122122
xmlUnitVersion = '2.10.0'
123123
xstreamVersion = '1.4.20'
124124
ztZipVersion = '1.17'

0 commit comments

Comments
 (0)