Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
platform-engineering-bot committed Nov 20, 2023
1 parent 77e0331 commit 4a287cd
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: markdownlint
args: [-s, .markdownlint.rb]
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 37.56.3
rev: 37.61.4
hooks:
- id: renovate-config-validator
- repo: https://github.com/antonbabenko/pre-commit-terraform
Expand Down
2 changes: 1 addition & 1 deletion modules/artifactory/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.25.0"
version = "5.26.0"
}
}
}
Expand Down
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: 6.4.0
version: 7.0.0
type: galaxy
2 changes: 1 addition & 1 deletion modules/audit/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.25.0"
version = "5.26.0"
}
}
}
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 = "16.5.0"
version = "16.6.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/gitlab-runners/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data "aws_security_group" "default" {
# kics-scan ignore-line
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.1.2"
version = "5.2.0"

name = "vpc-${var.environment}"
cidr = "10.0.0.0/16"
Expand All @@ -33,7 +33,7 @@ module "vpc" {

module "vpc_endpoints" {
source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
version = "5.1.2"
version = "5.2.0"

vpc_id = module.vpc.vpc_id

Expand Down
4 changes: 2 additions & 2 deletions modules/gitlab-runners/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.25.0"
version = "5.26.0"
}
gitlab = {
source = "gitlabhq/gitlab"
version = "16.5.0"
version = "16.6.0"
}
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 @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.25.0"
version = "5.26.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit 4a287cd

Please sign in to comment.