From b701e5c730dfad92c9c745df932f825253fd819f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:19:55 +0000 Subject: [PATCH] Bump org.testcontainers:postgresql in /spring-boot-jpa-starter Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.19.0 to 1.19.1. - [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.0...1.19.1) --- updated-dependencies: - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-jpa-starter/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-jpa-starter/build.gradle b/spring-boot-jpa-starter/build.gradle index 98378774..6c863d93 100644 --- a/spring-boot-jpa-starter/build.gradle +++ b/spring-boot-jpa-starter/build.gradle @@ -10,6 +10,6 @@ dependencies { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } testImplementation("org.postgresql:postgresql:42.6.0") - testImplementation("org.testcontainers:postgresql:1.19.0") + testImplementation("org.testcontainers:postgresql:1.19.1") testImplementation 'org.spockframework:spock-spring:2.4-M1-groovy-4.0' }