Skip to content

Commit

Permalink
dnsimple: update javaGenVersion to v0.9.5 (#599)
Browse files Browse the repository at this point in the history
What it says on the title.

Part of #506.
  • Loading branch information
guineveresaenger authored Sep 21, 2023
1 parent 73a43f6 commit b2d9a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions provider-ci/providers/dnsimple/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ env:
DNSIMPLE_ACCOUNT: ${{ secrets.DNSIMPLE_ACCOUNT }}
makeTemplate: bridged
team: ecosystem
javaGenVersion: "v0.9.7"
2 changes: 1 addition & 1 deletion provider-ci/providers/dnsimple/repo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TFGEN := pulumi-tfgen-$(PACK)
PROVIDER := pulumi-resource-$(PACK)
VERSION := $(shell pulumictl get version)
JAVA_GEN := pulumi-java-gen
JAVA_GEN_VERSION := v0.5.4
JAVA_GEN_VERSION := v0.9.7
TESTPARALLELISM := 10
WORKING_DIR := $(shell pwd)

Expand Down

0 comments on commit b2d9a1d

Please sign in to comment.