From c59d7b00d8945d36c6dde17b24da97c4bcf29c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 02:56:53 +0000 Subject: [PATCH] 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](https://github.com/spring-projects/spring-security/compare/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](https://github.com/pgjdbc/pgjdbc/compare/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](https://github.com/spring-io/develocity-conventions/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- settings.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 2833d3af17..d34311434a 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,7 @@ ext { mysqlVersion = '8.3.0' oracleVersion = '23.3.0.23.09' pahoMqttClientVersion = '1.2.5' - postgresVersion = '42.7.3' + postgresVersion = '42.7.4' protobufVersion = '4.26.1' r2dbch2Version = '1.0.0.RELEASE' reactorVersion = '2023.0.9' @@ -114,7 +114,7 @@ ext { springGraphqlVersion = '1.3.2' springKafkaVersion = '3.2.3' springRetryVersion = '2.0.8' - springSecurityVersion = '6.3.2' + springSecurityVersion = '6.3.3' springVersion = '6.1.12' springWsVersion = '4.0.11' testcontainersVersion = '1.19.8' diff --git a/settings.gradle b/settings.gradle index df1110f4ff..c6b967a146 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { plugins { id 'com.gradle.develocity' version '3.17.6' - id 'io.spring.develocity.conventions' version '0.0.19' + id 'io.spring.develocity.conventions' version '0.0.20' } rootProject.name = 'spring-integration'