Skip to content

Commit 8ac1520

Browse files
Bump the development-dependencies group with 2 updates (#8928)
Bumps the development-dependencies group with 2 updates: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) and [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions). Updates `org.testcontainers:testcontainers-bom` from 1.19.4 to 1.19.5 - [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.4...1.19.5) Updates `io.spring.ge.conventions` from 0.0.14 to 0.0.15 - [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases) - [Commits](spring-io/develocity-conventions@v0.0.14...v0.0.15) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.ge.conventions 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 602b860 commit 8ac1520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ext {
115115
springSecurityVersion = '6.2.2'
116116
springVersion = '6.1.4'
117117
springWsVersion = '4.0.10'
118-
testcontainersVersion = '1.19.4'
118+
testcontainersVersion = '1.19.5'
119119
tomcatVersion = '10.1.18'
120120
xmlUnitVersion = '2.9.1'
121121
xstreamVersion = '1.4.20'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'com.gradle.enterprise' version '3.15.1'
3-
id 'io.spring.ge.conventions' version '0.0.14'
3+
id 'io.spring.ge.conventions' version '0.0.15'
44
}
55

66
rootProject.name = 'spring-integration'

0 commit comments

Comments
 (0)