Skip to content

Commit 35f3a87

Browse files
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](testcontainers/testcontainers-java@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent deda4fa commit 35f3a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
id 'org.jetbrains.dokka' version '1.9.10'
2323
id 'org.antora' version '1.0.0'
2424
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
25-
id 'com.github.spotbugs' version '6.0.6'
25+
id 'com.github.spotbugs' version '6.0.7'
2626
}
2727

2828
if (isCI) {
@@ -115,7 +115,7 @@ ext {
115115
springSecurityVersion = '6.3.0-SNAPSHOT'
116116
springVersion = '6.1.3'
117117
springWsVersion = '4.0.10'
118-
testcontainersVersion = '1.19.3'
118+
testcontainersVersion = '1.19.4'
119119
tomcatVersion = '10.1.18'
120120
xmlUnitVersion = '2.9.1'
121121
xstreamVersion = '1.4.20'

0 commit comments

Comments
 (0)