Skip to content

Commit

Permalink
Correct maven version range
Browse files Browse the repository at this point in the history
  • Loading branch information
flostadler committed Oct 25, 2024
1 parent b42b47e commit 108af21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-java-eks-minimal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.pulumi</groupId>
<artifactId>eks</artifactId>
<version>(3.0,4.0]</version>
<version>[3.0,4.0)</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 108af21

Please sign in to comment.