From 35f3a871090d408ca1abaa44d04a28253c643637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 14:17:07 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates (#8871) Bumps the development-dependencies group with 2 updates: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) and com.github.spotbugs. Updates `org.testcontainers:testcontainers-bom` from 1.19.3 to 1.19.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4) Updates `com.github.spotbugs` from 6.0.6 to 6.0.7 --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom 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 0867d25e26..baab265b2a 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { id 'org.jetbrains.dokka' version '1.9.10' id 'org.antora' version '1.0.0' id 'io.spring.antora.generate-antora-yml' version '0.0.1' - id 'com.github.spotbugs' version '6.0.6' + id 'com.github.spotbugs' version '6.0.7' } if (isCI) { @@ -115,7 +115,7 @@ ext { springSecurityVersion = '6.3.0-SNAPSHOT' springVersion = '6.1.3' springWsVersion = '4.0.10' - testcontainersVersion = '1.19.3' + testcontainersVersion = '1.19.4' tomcatVersion = '10.1.18' xmlUnitVersion = '2.9.1' xstreamVersion = '1.4.20'