Skip to content

Commit

Permalink
Merge pull request #269 from B-urb/renovate/all-minor
Browse files Browse the repository at this point in the history
fix(deps): update all minor updates
  • Loading branch information
B-urb authored Jan 17, 2025
2 parents 714d804 + f8f3dc4 commit a8ed6ea
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 218 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ release:

.deploy:
image:
name: pulumi/pulumi:3.141.0
name: pulumi/pulumi:3.145.0
entrypoint:
- '/usr/bin/env'
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
Expand Down Expand Up @@ -129,7 +129,7 @@ deploy:prod:

pulumi-preview:
image:
name: pulumi/pulumi:3.141.0
name: pulumi/pulumi:3.145.0
entrypoint:
- '/usr/bin/env'
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
}

tasks.wrapper {
gradleVersion = "^3.0.0"
gradleVersion = "^4.0.0"
// You can either download the binary-only version of Gradle (BIN) or
// the full version (with sources and documentation) of Gradle (ALL)
distributionType = Wrapper.DistributionType.ALL
Expand Down
Loading

0 comments on commit a8ed6ea

Please sign in to comment.