Skip to content

Commit 37475d4

Browse files
committed
Update runtime dependency.
1 parent 1fe03f5 commit 37475d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/osx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<groupId>net.temurin</groupId>
118118
<artifactId>jdk</artifactId>
119119
<type>zip</type>
120-
<version>21.0.1</version>
120+
<version>21.0.5</version>
121121
</artifactItem>
122122
</artifactItems>
123123
<outputDirectory>${project.build.directory}</outputDirectory>

osx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<groupId>net.temurin</groupId>
134134
<artifactId>jdk</artifactId>
135135
<type>zip</type>
136-
<version>21.0.1</version>
136+
<version>21.0.5</version>
137137
</artifactItem>
138138
</artifactItems>
139139
<outputDirectory>${project.build.directory}</outputDirectory>

runtime.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

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

0 commit comments

Comments
 (0)