Skip to content

Commit 4ec8d93

Browse files
Bump the development-dependencies group with 4 updates (#9379)
Bumps the development-dependencies group with 4 updates: [org.awaitility:awaitility](https://github.com/awaitility/awaitility), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm), org.apache.tomcat.embed:tomcat-embed-websocket and com.github.spotbugs. Updates `org.awaitility:awaitility` from 4.2.1 to 4.2.2 - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.1...awaitility-4.2.2) Updates `org.hibernate.orm:hibernate-core` from 6.4.9.Final to 6.4.10.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.10/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.9...6.4.10) Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.26 to 10.1.28 Updates `com.github.spotbugs` from 6.0.19 to 6.0.20 --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-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 - dependency-name: com.github.spotbugs 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 18e411d commit 4ec8d93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
id 'org.jetbrains.dokka' version '1.9.20'
2323
id 'org.antora' version '1.0.0'
2424
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
25-
id 'com.github.spotbugs' version '6.0.19'
25+
id 'com.github.spotbugs' version '6.0.20'
2626
id 'com.google.protobuf' version '0.9.4' apply false
2727
id 'io.freefair.aggregate-javadoc' version '8.6'
2828
}
@@ -60,7 +60,7 @@ ext {
6060
assertjVersion = '3.25.3'
6161
assertkVersion = '0.28.1'
6262
avroVersion = '1.11.3'
63-
awaitilityVersion = '4.2.1'
63+
awaitilityVersion = '4.2.2'
6464
camelVersion = '4.5.0'
6565
commonsDbcp2Version = '2.12.0'
6666
commonsIoVersion = '2.16.1'
@@ -74,7 +74,7 @@ ext {
7474
groovyVersion = '4.0.22'
7575
hamcrestVersion = '2.2'
7676
hazelcastVersion = '5.4.0'
77-
hibernateVersion = '6.4.9.Final'
77+
hibernateVersion = '6.4.10.Final'
7878
hsqldbVersion = '2.7.3'
7979
h2Version = '2.2.224'
8080
jacksonVersion = '2.17.2'
@@ -118,7 +118,7 @@ ext {
118118
springVersion = '6.1.11'
119119
springWsVersion = '4.0.11'
120120
testcontainersVersion = '1.19.8'
121-
tomcatVersion = '10.1.26'
121+
tomcatVersion = '10.1.28'
122122
xmlUnitVersion = '2.9.1'
123123
xstreamVersion = '1.4.20'
124124
ztZipVersion = '1.17'

0 commit comments

Comments
 (0)