Skip to content

Commit f520562

Browse files
Bump the development-dependencies group with 5 updates
Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.21.0` | `1.21.1` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.5` | `42.7.6` | | [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.15.Final` | `6.6.17.Final` | | com.github.spotbugs | `6.1.12` | `6.1.13` | | [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions) | `0.0.22` | `0.0.23` | Updates `org.testcontainers:testcontainers-bom` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.0...1.21.1) Updates `org.postgresql:postgresql` from 42.7.5 to 42.7.6 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.5...REL42.7.6) Updates `org.hibernate.orm:hibernate-core` from 6.6.15.Final to 6.6.17.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.17/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.15...6.6.17) Updates `com.github.spotbugs` from 6.1.12 to 6.1.13 Updates `io.spring.develocity.conventions` from 0.0.22 to 0.0.23 - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](spring-io/develocity-conventions@v0.0.22...v0.0.23) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.postgresql:postgresql dependency-version: 42.7.6 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.17.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.github.spotbugs dependency-version: 6.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.develocity.conventions dependency-version: 0.0.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01db420 commit f520562

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.1.12'
25+
id 'com.github.spotbugs' version '6.1.13'
2626
id 'com.google.protobuf' version '0.9.5' apply false
2727
id 'io.freefair.aggregate-javadoc' version '8.13.1'
2828
}
@@ -74,7 +74,7 @@ ext {
7474
groovyVersion = '4.0.26'
7575
hamcrestVersion = '3.0'
7676
hazelcastVersion = '5.5.0'
77-
hibernateVersion = '6.6.15.Final'
77+
hibernateVersion = '6.6.17.Final'
7878
hsqldbVersion = '2.7.4'
7979
h2Version = '2.3.232'
8080
jacksonVersion = '2.19.0'
@@ -99,7 +99,7 @@ ext {
9999
mysqlVersion = '9.3.0'
100100
oracleVersion = '23.8.0.25.04'
101101
pahoMqttClientVersion = '1.2.5'
102-
postgresVersion = '42.7.5'
102+
postgresVersion = '42.7.6'
103103
protobufVersion = '4.31.0'
104104
r2dbch2Version = '1.0.0.RELEASE'
105105
reactorVersion = '2024.0.6'
@@ -116,7 +116,7 @@ ext {
116116
springSecurityVersion = '6.5.0'
117117
springVersion = '6.2.7'
118118
springWsVersion = '4.1.0'
119-
testcontainersVersion = '1.21.0'
119+
testcontainersVersion = '1.21.1'
120120
tomcatVersion = '11.0.7'
121121
xmlUnitVersion = '2.10.2'
122122
xstreamVersion = '1.4.21'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id 'io.spring.develocity.conventions' version '0.0.22'
9+
id 'io.spring.develocity.conventions' version '0.0.23'
1010
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
1111
}
1212

0 commit comments

Comments
 (0)