Skip to content

Commit 8092b21

Browse files
Bump the development-dependencies group with 3 updates (#10461)
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 [io.spring.nullability](https://github.com/spring-gradle-plugins/nullability-plugin). Updates `org.hibernate.orm:hibernate-core` from 7.1.1.Final to 7.1.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.2/changelog.txt) - [Commits](hibernate/hibernate-orm@7.1.1...7.1.2) Updates `com.icegreen:greenmail` from 2.1.5 to 2.1.6 - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](greenmail-mail-test/greenmail@release-2.1.5...release-2.1.6) Updates `io.spring.nullability` from 0.0.4 to 0.0.5 - [Release notes](https://github.com/spring-gradle-plugins/nullability-plugin/releases) - [Commits](spring-gradle-plugins/nullability-plugin@v0.0.4...v0.0.5) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.1.2.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.icegreen:greenmail dependency-version: 2.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.nullability dependency-version: 0.0.5 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 c3cd4be commit 8092b21

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
@@ -23,7 +23,7 @@ plugins {
2323
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
2424
id 'com.google.protobuf' version '0.9.5' apply false
2525
id 'io.freefair.aggregate-javadoc' version '8.14.2'
26-
id 'io.spring.nullability' version '0.0.4' apply false
26+
id 'io.spring.nullability' version '0.0.5' apply false
2727
}
2828

2929
if (isCI) {
@@ -61,11 +61,11 @@ ext {
6161
derbyVersion = '10.16.1.1'
6262
ftpServerVersion = '1.2.1'
6363
graalvmVersion = '24.2.2'
64-
greenmailVersion = '2.1.5'
64+
greenmailVersion = '2.1.6'
6565
groovyVersion = '5.0.1'
6666
hamcrestVersion = '3.0'
6767
hazelcastVersion = '5.5.0'
68-
hibernateVersion = '7.1.1.Final'
68+
hibernateVersion = '7.1.2.Final'
6969
hsqldbVersion = '2.7.4'
7070
h2Version = '2.3.232'
7171
jacksonVersion = '2.20.0'

0 commit comments

Comments
 (0)