Bump the development-dependencies group with 3 updates (#9950)

Bumps the development-dependencies group with 3 updates: [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and org.apache.tomcat.embed:tomcat-embed-websocket.


Updates `org.aspectj:aspectjweaver` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

Updates `org.hibernate.orm:hibernate-core` from 6.6.12.Final to 6.6.13.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.13/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.12...6.6.13)

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.5 to 11.0.6

---
updated-dependencies:
- dependency-name: org.aspectj:aspectjweaver
  dependency-version: 1.9.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 6.6.13.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.6
  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]
2025-04-13 00:40:03 +00:00
committed by GitHub
parent ce6627f8b9
commit f69bce05df

View File

@@ -56,7 +56,7 @@ ext {
apacheSshdVersion = '2.15.0'
artemisVersion = '2.40.0'
aspectjVersion = '1.9.23'
aspectjVersion = '1.9.24'
assertjVersion = '3.27.3'
assertkVersion = '0.28.1'
avroVersion = '1.12.0'
@@ -74,7 +74,7 @@ ext {
groovyVersion = '4.0.26'
hamcrestVersion = '3.0'
hazelcastVersion = '5.4.0'
hibernateVersion = '6.6.12.Final'
hibernateVersion = '6.6.13.Final'
hsqldbVersion = '2.7.4'
h2Version = '2.3.232'
jacksonVersion = '2.18.3'
@@ -117,7 +117,7 @@ ext {
springVersion = '6.2.5'
springWsVersion = '4.1.0-SNAPSHOT'
testcontainersVersion = '1.20.6'
tomcatVersion = '11.0.5'
tomcatVersion = '11.0.6'
xmlUnitVersion = '2.10.0'
xstreamVersion = '1.4.21'
ztZipVersion = '1.17'