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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-11 22:14:21 -04:00
committed by GitHub
parent 2b9dac0c8f
commit 1ff9cb3d64

View File

@@ -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'