Bump the development-dependencies group across 1 directory with 2 updates (#9109)

Bumps the development-dependencies group with 2 updates in the / directory: [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.4.4.Final to 6.4.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.8/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.4.4...6.4.8)

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.20 to 10.1.23

---
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-04-29 17:30:42 +00:00
committed by GitHub
parent da9b6d9fe5
commit 8e19246a22

View File

@@ -73,7 +73,7 @@ ext {
groovyVersion = '4.0.21'
hamcrestVersion = '2.2'
hazelcastVersion = '5.4.0'
hibernateVersion = '6.4.4.Final'
hibernateVersion = '6.4.8.Final'
hsqldbVersion = '2.7.2'
h2Version = '2.2.224'
jacksonVersion = '2.17.0'
@@ -117,7 +117,7 @@ ext {
springVersion = '6.1.6'
springWsVersion = '4.0.10'
testcontainersVersion = '1.19.7'
tomcatVersion = '10.1.20'
tomcatVersion = '10.1.23'
xmlUnitVersion = '2.9.1'
xstreamVersion = '1.4.20'
ztZipVersion = '1.17'