Skip to content

Commit f69bce0

Browse files
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](hibernate/hibernate-orm@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce6627f commit f69bce0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ext {
5656

5757
apacheSshdVersion = '2.15.0'
5858
artemisVersion = '2.40.0'
59-
aspectjVersion = '1.9.23'
59+
aspectjVersion = '1.9.24'
6060
assertjVersion = '3.27.3'
6161
assertkVersion = '0.28.1'
6262
avroVersion = '1.12.0'
@@ -74,7 +74,7 @@ ext {
7474
groovyVersion = '4.0.26'
7575
hamcrestVersion = '3.0'
7676
hazelcastVersion = '5.4.0'
77-
hibernateVersion = '6.6.12.Final'
77+
hibernateVersion = '6.6.13.Final'
7878
hsqldbVersion = '2.7.4'
7979
h2Version = '2.3.232'
8080
jacksonVersion = '2.18.3'
@@ -117,7 +117,7 @@ ext {
117117
springVersion = '6.2.5'
118118
springWsVersion = '4.1.0-SNAPSHOT'
119119
testcontainersVersion = '1.20.6'
120-
tomcatVersion = '11.0.5'
120+
tomcatVersion = '11.0.6'
121121
xmlUnitVersion = '2.10.0'
122122
xstreamVersion = '1.4.21'
123123
ztZipVersion = '1.17'

0 commit comments

Comments
 (0)