Skip to content

Commit

Permalink
Java build items
Browse files Browse the repository at this point in the history
  • Loading branch information
rshade committed Dec 16, 2024
1 parent 89513ea commit d87549f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
"dependencies": {
"com.google.code.findbugs:jsr305": "3.0.2",
"com.google.code.gson:gson": "2.8.9",
"com.pulumi:pulumi": "0.13.0",
"com.pulumi:pulumi": "0.20.0",
"com.pulumi:kubernetes": "4.19.0"
},
"gradleNexusPublishPluginVersion": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("com.google.code.gson:gson:2.8.9")
implementation("com.pulumi:kubernetes:4.19.0")
implementation("com.pulumi:pulumi:0.13.0")
implementation("com.pulumi:pulumi:0.20.0")
}

task sourcesJar(type: Jar) {
Expand Down

0 comments on commit d87549f

Please sign in to comment.