Skip to content

Commit

Permalink
Merge pull request #897 from OWASP/dependabot/terraform/azure/azurerm…
Browse files Browse the repository at this point in the history
…-3.63.0

Bump azurerm from 3.62.1 to 3.63.0 in /azure
  • Loading branch information
commjoen authored Jul 1, 2023
2 parents dec6625 + f4eb8ab commit b5e4479
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 deletions azure/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion azure/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
version = "~> 3.5.1"
}
azurerm = {
version = "~> 3.62.1"
version = "~> 3.63.0"
}
http = {
version = "~> 3.4.0"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test:ci": "cypress run --browser chrome"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/config-conventional": "^17.6.6",
"cypress": "^12.15.0",
"eslint": "^8.43.0",
"eslint-config-standard": "^17.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.12.0</version>
<version>10.12.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit b5e4479

Please sign in to comment.