Skip to content

Commit

Permalink
Update runtime dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Nov 14, 2024
1 parent 1fe03f5 commit 37475d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/osx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<groupId>net.temurin</groupId>
<artifactId>jdk</artifactId>
<type>zip</type>
<version>21.0.1</version>
<version>21.0.5</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion osx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<groupId>net.temurin</groupId>
<artifactId>jdk</artifactId>
<type>zip</type>
<version>21.0.1</version>
<version>21.0.5</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion runtime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<project name="Java Runtime" basedir=".">

<property name="runtime.dependency" value="${build}/jdk-21.0.1+12"/>
<property name="runtime.dependency" value="${build}/jdk-21.0.5+11"/>

<property name="bundle.runtime" value="${bundle.plugins}/Runtime.jre"/>
<property name="bundle.runtime.lib"
Expand Down

0 comments on commit 37475d4

Please sign in to comment.