From 62656e257be485e31cfc8eeb11adb3b81ea35c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:36:01 +0000 Subject: [PATCH] Bump testcontainersVersion from 1.20.1 to 1.20.2 Bumps `testcontainersVersion` from 1.20.1 to 1.20.2. Updates `org.testcontainers:testcontainers` from 1.20.1 to 1.20.2 - [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.20.1...1.20.2) Updates `org.testcontainers:postgresql` from 1.20.1 to 1.20.2 - [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.20.1...1.20.2) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4e5e722a..acbd651c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ val syfotjenesterVersion = "1.2020.07.02-07.44-62078cd74f7e" val helseXmlVersion = "1.0.4" val quartzSchedulerVersion = "2.3.2" val kotestTestContainersExtensionVersion = "2.0.2" -val testcontainersVersion = "1.20.1" +val testcontainersVersion = "1.20.2" val githubUser: String by project val githubPassword: String by project