From b909ed585fd5ed144521605da087014b9a49b0c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:19:59 -0700 Subject: [PATCH 1/3] Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (#790) Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.1...awaitility-4.2.2) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c2878b1d..ca62e8c7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ log4j = "2.21.1" wavefrontReporter="1.7.16" slf4j = "1.7.36" assertj = "3.24.2" -awaitility = "4.2.1" +awaitility = "4.2.2" mockito = "5.7.0" wiremock = "3.0.1" testcontainers = "1.19.8" From 6e422257ab4193967056b94bb92346ffe7825147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:20:09 -0700 Subject: [PATCH 2/3] Bump com.gradle.develocity from 3.17.5 to 3.17.6 (#781) Bumps com.gradle.develocity from 3.17.5 to 3.17.6. --- updated-dependencies: - dependency-name: com.gradle.develocity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 6929a087..4bf57de7 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { } plugins { - id 'com.gradle.develocity' version '3.17.5' + id 'com.gradle.develocity' version '3.17.6' id 'io.spring.develocity.conventions' version '0.0.19' id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' } From fe1da204f8e0a4cca14bac47b11bd0e72846020e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:20:30 -0700 Subject: [PATCH 3/3] Bump io.projectreactor:reactor-bom from 2022.0.20 to 2022.0.21 (#775) Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2022.0.20 to 2022.0.21. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](https://github.com/reactor/reactor/compare/2022.0.20...2022.0.21) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ca62e8c7..e7debafa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ mockito = "5.7.0" wiremock = "3.0.1" testcontainers = "1.19.8" braveBom = "5.16.0" -reactorBom = "2022.0.20" +reactorBom = "2022.0.21" asmForPlugins = "7.3.1" javaFormatForPlugins = "0.0.42" jsr305 = "3.0.2"