Skip to content

Commit 3845480

Browse files
authored
Merge pull request #15287 from iterate-ch/feature/jdk-21.0.1
Update runtime dependency.
2 parents aafc894 + 37475d4 commit 3845480

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
os: [ macos-13, macos-14, ubuntu-latest, windows-latest ]
1515
steps:
1616
- uses: actions/checkout@v4
17-
- name: Set up JDK 17
17+
- name: Set up JDK 21
1818
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'temurin'
21-
java-version: 17
21+
java-version: 21
2222
- name: Disable Testcontainers for Windows and MacOS
2323
run: echo "args=-P=no-testcontainers" >> "$GITHUB_ENV"
2424
shell: bash

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>17.0.9</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>17.0.9</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-17.0.9+9"/>
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)