Skip to content

Commit c59d7b0

Browse files
Bump the development-dependencies group with 3 updates (#9418)
Bumps the development-dependencies group with 3 updates: [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security), [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) and [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions). Updates `org.springframework.security:spring-security-bom` from 6.3.2 to 6.3.3 - [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.3.2...6.3.3) Updates `org.postgresql:postgresql` from 42.7.3 to 42.7.4 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.3...REL42.7.4) Updates `io.spring.develocity.conventions` from 0.0.19 to 0.0.20 - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](spring-io/develocity-conventions@v0.0.19...v0.0.20) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.develocity.conventions 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 317f02c commit c59d7b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ext {
100100
mysqlVersion = '8.3.0'
101101
oracleVersion = '23.3.0.23.09'
102102
pahoMqttClientVersion = '1.2.5'
103-
postgresVersion = '42.7.3'
103+
postgresVersion = '42.7.4'
104104
protobufVersion = '4.26.1'
105105
r2dbch2Version = '1.0.0.RELEASE'
106106
reactorVersion = '2023.0.9'
@@ -114,7 +114,7 @@ ext {
114114
springGraphqlVersion = '1.3.2'
115115
springKafkaVersion = '3.2.3'
116116
springRetryVersion = '2.0.8'
117-
springSecurityVersion = '6.3.2'
117+
springSecurityVersion = '6.3.3'
118118
springVersion = '6.1.12'
119119
springWsVersion = '4.0.11'
120120
testcontainersVersion = '1.19.8'

settings.gradle

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

88
plugins {
99
id 'com.gradle.develocity' version '3.17.6'
10-
id 'io.spring.develocity.conventions' version '0.0.19'
10+
id 'io.spring.develocity.conventions' version '0.0.20'
1111
}
1212

1313
rootProject.name = 'spring-integration'

0 commit comments

Comments
 (0)