Bump the development-dependencies group with 2 updates

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.2.22.Final to 6.2.24.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.2.24/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.2.22...6.2.24)

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

---
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-01 10:53:18 -04:00
committed by GitHub
parent 773478b1d3
commit 5afaaeea20

View File

@@ -66,7 +66,7 @@ ext {
groovyVersion = '4.0.20'
hamcrestVersion = '2.2'
hazelcastVersion = '5.2.5'
hibernateVersion = '6.2.22.Final'
hibernateVersion = '6.2.24.Final'
hsqldbVersion = '2.7.2'
h2Version = '2.2.224'
jacksonVersion = '2.15.4'
@@ -110,7 +110,7 @@ ext {
springVersion = '6.0.18'
springWsVersion = '4.0.10'
testcontainersVersion = '1.19.7'
tomcatVersion = '10.1.19'
tomcatVersion = '10.1.20'
xmlUnitVersion = '2.9.1'
xstreamVersion = '1.4.20'
ztZipVersion = '1.16'