From 94a6f9029525c76bd4c4f67af0a04cf333e4e05c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:21:22 +0200 Subject: [PATCH] tf(deps): bump hashicorp/http in /examples/kyma-on-btp-new-sa (#30) Bumps [hashicorp/http](https://github.com/hashicorp/terraform-provider-http) from 3.4.4 to 3.4.5. - [Release notes](https://github.com/hashicorp/terraform-provider-http/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-http/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-http/compare/v3.4.4...v3.4.5) --- updated-dependencies: - dependency-name: hashicorp/http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/kyma-on-btp-new-sa/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kyma-on-btp-new-sa/main.tf b/examples/kyma-on-btp-new-sa/main.tf index a36e19c..f442527 100644 --- a/examples/kyma-on-btp-new-sa/main.tf +++ b/examples/kyma-on-btp-new-sa/main.tf @@ -9,7 +9,7 @@ terraform { } http = { source = "hashicorp/http" - version = "3.4.4" + version = "3.4.5" } } }