Skip to content

Commit 6de1be4

Browse files
Bump the development-dependencies group with 2 updates (#10495)
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 7.1.3.Final to 7.1.4.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.4/changelog.txt) - [Commits](hibernate/hibernate-orm@7.1.3...7.1.4) Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.12 to 11.0.13 --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.1.4.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket dependency-version: 11.0.13 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 c5ed852 commit 6de1be4

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
@@ -65,7 +65,7 @@ ext {
6565
groovyVersion = '5.0.1'
6666
hamcrestVersion = '3.0'
6767
hazelcastVersion = '5.5.0'
68-
hibernateVersion = '7.1.3.Final'
68+
hibernateVersion = '7.1.4.Final'
6969
hsqldbVersion = '2.7.4'
7070
h2Version = '2.3.232'
7171
jacksonVersion = '2.20.0'
@@ -109,7 +109,7 @@ ext {
109109
springVersion = '7.0.0-SNAPSHOT'
110110
springWsVersion = '5.0.0-SNAPSHOT'
111111
testcontainersVersion = '1.21.3'
112-
tomcatVersion = '11.0.12'
112+
tomcatVersion = '11.0.13'
113113
xmlUnitVersion = '2.10.4'
114114
xstreamVersion = '1.4.21'
115115
ztZipVersion = '1.17'

0 commit comments

Comments
 (0)