Skip to content

Commit

Permalink
Fix Openjdk Hardcoded Version Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emtuls committed Feb 2, 2024
1 parent fb84391 commit 6e4f95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openjdk.vm/openjdk.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>Metapackage for OpenJDK to ensure all packages use the same OpenJDK version.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="openjdk" version="[21.0.1]" />
<dependency id="openjdk" version="(21.0.0, 21.0.1]" />
</dependencies>
</metadata>
</package>

0 comments on commit 6e4f95a

Please sign in to comment.