Skip to content

Commit

Permalink
Bump com.pswidersk.terraform-plugin from 1.0.0 to 1.1.1 (apache#32541)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent cfcccbb commit d312e95
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 d312e95

Please sign in to comment.