Skip to content

Commit be65733

Browse files
Bump the development-dependencies group with 3 updates
Bumps the development-dependencies group with 3 updates: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm), [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) and org.apache.tomcat.embed:tomcat-embed-websocket. Updates `org.hibernate.orm:hibernate-core` from 6.6.31.Final to 6.6.33.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.33/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.31...6.6.33) Updates `com.icegreen:greenmail` from 2.1.6 to 2.1.7 - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](greenmail-mail-test/greenmail@release-2.1.6...release-2.1.7) Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.46 to 10.1.47 --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 6.6.33.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.icegreen:greenmail dependency-version: 2.1.7 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: 10.1.47 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 58b60b1 commit be65733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ ext {
6161
derbyVersion = '10.16.1.1'
6262
ftpServerVersion = '1.2.1'
6363
graalvmVersion = '24.1.2'
64-
greenmailVersion = '2.1.6'
64+
greenmailVersion = '2.1.7'
6565
groovyVersion = '4.0.28'
6666
hamcrestVersion = '3.0'
6767
hazelcastVersion = '5.4.0'
68-
hibernateVersion = '6.6.31.Final'
68+
hibernateVersion = '6.6.33.Final'
6969
hsqldbVersion = '2.7.4'
7070
h2Version = '2.3.232'
7171
jacksonVersion = '2.18.4.1'
@@ -108,7 +108,7 @@ ext {
108108
springVersion = '6.2.11'
109109
springWsVersion = '4.0.15'
110110
testcontainersVersion = '1.20.6'
111-
tomcatVersion = '10.1.46'
111+
tomcatVersion = '10.1.47'
112112
xmlUnitVersion = '2.10.4'
113113
xstreamVersion = '1.4.21'
114114
ztZipVersion = '1.17'

0 commit comments

Comments
 (0)