Skip to content

Commit

Permalink
Bump the development-dependencies group with 2 updates (#9143)
Browse files Browse the repository at this point in the history
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](testcontainers/testcontainers-java@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>
  • Loading branch information
dependabot[bot] committed May 12, 2024
1 parent 2b9dac0 commit 1ff9cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 1ff9cb3

Please sign in to comment.