Skip to content

Commit 873128b

Browse files
Bump the gradle group with 1 update
Bumps the gradle group with 1 update: [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java). Updates `org.testcontainers:postgresql` from 1.19.5 to 1.19.6 - [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.5...1.19.6) --- updated-dependencies: - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0f2110 commit 873128b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ val kotliqueryVersion = "1.9.0"
1414
val postgresVersion = "42.7.2"
1515

1616
// Test
17-
val testcontainersVersion = "1.19.5"
17+
val testcontainersVersion = "1.19.6"
1818
val mockkVersion = "1.13.9"
1919
val schemaValidatorVersion = "1.3.3"
2020
val awaitilityVersion = "4.2.0"

0 commit comments

Comments
 (0)