Skip to content

Commit

Permalink
Bump com.pswidersk.terraform-plugin from 1.0.0 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps com.pswidersk.terraform-plugin from 1.0.0 to 1.1.1.

---
updated-dependencies:
- dependency-name: com.pswidersk.terraform-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent e8e0ccf commit 2b60d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion learning/tour-of-beam/terraform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import java.io.ByteArrayOutputStream
import java.util.regex.Pattern

plugins {
id("com.pswidersk.terraform-plugin") version "1.0.0"
id("com.pswidersk.terraform-plugin") version "1.1.1"
}

terraformPlugin {
Expand Down
2 changes: 1 addition & 1 deletion playground/terraform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ val licenseText = "#############################################################
"################################################################################"

plugins {
id("com.pswidersk.terraform-plugin") version "1.0.0"
id("com.pswidersk.terraform-plugin") version "1.1.1"
}

terraformPlugin {
Expand Down

0 comments on commit 2b60d8a

Please sign in to comment.