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](https://github.com/hibernate/hibernate-orm/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-17 20:58:18 +00:00
committed by GitHub
parent 98d0266ba0
commit 0c272c61cd

View File

@@ -74,7 +74,7 @@ ext {
groovyVersion = '4.0.23'
hamcrestVersion = '2.2'
hazelcastVersion = '5.4.0'
hibernateVersion = '6.6.0.Final'
hibernateVersion = '6.6.1.Final'
hsqldbVersion = '2.7.3'
h2Version = '2.3.232'
jacksonVersion = '2.17.2'
@@ -118,7 +118,7 @@ ext {
springVersion = '6.2.0-SNAPSHOT'
springWsVersion = '4.0.11'
testcontainersVersion = '1.20.1'
tomcatVersion = '10.1.29'
tomcatVersion = '10.1.30'
xmlUnitVersion = '2.10.0'
xstreamVersion = '1.4.20'
ztZipVersion = '1.17'