From 015b2e8ae2616345b30c013aa4c322982c7aac12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:14:45 +0000 Subject: [PATCH] Bump github.com/gruntwork-io/terratest from 0.47.1 to 0.47.2 in /test Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.47.1 to 0.47.2. - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](https://github.com/gruntwork-io/terratest/compare/v0.47.1...v0.47.2) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/terratest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/go.mod b/test/go.mod index f7f275a..bc6ef41 100644 --- a/test/go.mod +++ b/test/go.mod @@ -6,7 +6,7 @@ toolchain go1.21.2 require ( github.com/Azure/terraform-module-test-helper v0.25.0 - github.com/gruntwork-io/terratest v0.47.1 + github.com/gruntwork-io/terratest v0.47.2 ) require (