Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 17, 2025
1 parent b76a733 commit 6bdf50a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hooks/provider-pinned-versions/fixtures/fail_when_mixed.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.83.1"
version = "5.84.0"
}
newrelic = {
source = "newrelic/newrelic"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.83.1"
version = "5.84.0"
}
cyral = {
source = "cyralinc/cyral"
version = "4.16.1"
}
mysql = {
source = "petoju/mysql"
version = "3.0.68"
version = "3.0.69"
}
newrelic = {
source = "newrelic/newrelic"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 1.0.0, < 2.0.0"

required_providers {
aws = { source = "hashicorp/aws", version = "5.83.1" }
aws = { source = "hashicorp/aws", version = "5.84.0" }
cyral = { source = "cyralinc/cyral", version = "4.16.1" }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.83.1"
version = "5.84.0"
}
newrelic = {
source = "newrelic/newrelic"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

required_providers {
aws = {
version = "5.83.1"
version = "5.84.0"
source = "hashicorp/aws"
}
cyral = {
Expand Down

0 comments on commit 6bdf50a

Please sign in to comment.