Skip to content

Commit

Permalink
Update http requirement from ~> 3.1.0 to ~> 3.2.0 in /gcp
Browse files Browse the repository at this point in the history
Updates the requirements on http to permit the latest version.

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2022
1 parent 3791781 commit b122c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
version = "~> 3.4.3"
}
http = {
version = "~> 3.1.0"
version = "~> 3.2.0"
}
}
}

0 comments on commit b122c42

Please sign in to comment.