Skip to content

Commit d73e3d5

Browse files
Bump the development-dependencies group with 2 updates (#10437)
Bumps the development-dependencies group with 2 updates: [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) and [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc). Updates `org.springframework.security:spring-security-bom` from 6.4.10 to 6.4.11 - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](spring-projects/spring-security@6.4.10...6.4.11) Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.8 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.8) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 6.4.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.postgresql:postgresql dependency-version: 42.7.8 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 d87c95e commit d73e3d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ext {
9090
mysqlVersion = '9.1.0'
9191
oracleVersion = '23.5.0.24.07'
9292
pahoMqttClientVersion = '1.2.5'
93-
postgresVersion = '42.7.7'
93+
postgresVersion = '42.7.8'
9494
protobufVersion = '4.28.3'
9595
r2dbch2Version = '1.0.0.RELEASE'
9696
reactorVersion = '2024.0.10'
@@ -104,7 +104,7 @@ ext {
104104
springGraphqlVersion = '1.3.6'
105105
springKafkaVersion = '3.3.10'
106106
springRetryVersion = '2.0.12'
107-
springSecurityVersion = '6.4.10'
107+
springSecurityVersion = '6.4.11'
108108
springVersion = '6.2.11'
109109
springWsVersion = '4.0.15'
110110
testcontainersVersion = '1.20.6'

0 commit comments

Comments
 (0)