From 5120260ce86bbb01e937dfdc9b8cce6a82aab0d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 11:04:50 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates (#3415) Bumps the development-dependencies group with 2 updates: [org.awaitility:awaitility](https://github.com/awaitility/awaitility) and com.github.spotbugs. Updates `org.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) Updates `com.github.spotbugs` from 6.0.19 to 6.0.20 --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.github.spotbugs 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e4879f4a..9a2d20b8 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ plugins { id 'org.ajoberstar.grgit' version '5.2.2' id 'io.spring.nohttp' version '0.0.11' id 'io.spring.dependency-management' version '1.1.6' apply false - id 'com.github.spotbugs' version '6.0.19' + id 'com.github.spotbugs' version '6.0.20' id 'io.freefair.aggregate-javadoc' version '8.6' } @@ -51,7 +51,7 @@ ext { modifiedFiles.finalizeValueOnRead() assertjVersion = '3.25.3' - awaitilityVersion = '4.2.1' + awaitilityVersion = '4.2.2' hamcrestVersion = '2.2' hibernateValidationVersion = '8.0.1.Final' jacksonBomVersion = '2.17.2'