From 1ff9cb3d64a8a343cc0dba5af1d47d32b29f6558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 22:14:21 -0400 Subject: [PATCH] Bump the development-dependencies group with 2 updates (#9143) 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.7 to 1.19.8 - [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.7...1.19.8) Updates `com.github.spotbugs` from 6.0.13 to 6.0.14 --- 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 034b16bd6a..e029741cfd 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { id 'org.jetbrains.dokka' version "$kotlinVersion" id 'org.asciidoctor.jvm.pdf' version '3.3.2' id 'org.asciidoctor.jvm.convert' version '3.3.2' - id 'com.github.spotbugs' version '6.0.13' + id 'com.github.spotbugs' version '6.0.14' } if (isCI) { @@ -109,7 +109,7 @@ ext { springSecurityVersion = '6.1.9' springVersion = '6.0.19' springWsVersion = '4.0.10' - testcontainersVersion = '1.19.7' + testcontainersVersion = '1.19.8' tomcatVersion = '10.1.23' xmlUnitVersion = '2.9.1' xstreamVersion = '1.4.20'