Skip to content

Commit

Permalink
chore(deps): update pulumi-java to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Nov 26, 2024
1 parent 6539b95 commit 456cdbb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PROVIDER := pulumi-resource-${PACK}
VERSION := $(shell pulumictl get version)

JAVA_GEN := pulumi-java-gen
JAVA_GEN_VERSION := v0.16.1
JAVA_GEN_VERSION := v0.17.0

TESTPARALLELISM := 4

Expand Down
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-proxmoxve/schema-embed.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {
dependencies {
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("com.google.code.gson:gson:2.8.9")
implementation("com.pulumi:pulumi:0.16.1")
implementation("com.pulumi:pulumi:0.17.0")
}

task sourcesJar(type: Jar) {
Expand Down
Binary file modified sdk/nodejs/.yarn/install-state.gz
Binary file not shown.

0 comments on commit 456cdbb

Please sign in to comment.