Skip to content

Commit

Permalink
Update Auto merged updates
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <[email protected]>
  • Loading branch information
platform-engineering-bot committed Jun 10, 2024
1 parent 7c095ed commit 47b6ee2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/artifactory/provision/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
collections:
- name: amazon.aws
version: 8.0.0
version: 8.0.1
type: galaxy
2 changes: 1 addition & 1 deletion modules/gitlab-permissions/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
gitlab = {
source = "gitlabhq/gitlab"
version = "17.0.0"
version = "17.0.1"
}
}
}
2 changes: 1 addition & 1 deletion modules/gitlab-runners/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
gitlab = {
source = "gitlabhq/gitlab"
version = "17.0.0"
version = "17.0.1"
}
local = {
source = "hashicorp/local"
Expand Down
2 changes: 1 addition & 1 deletion modules/oidc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
http = {
source = "hashicorp/http"
version = "3.4.2"
version = "3.4.3"
}
tls = {
source = "hashicorp/tls"
Expand Down

0 comments on commit 47b6ee2

Please sign in to comment.