Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cloudbuild/graalvm-a.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-22.3.3-b1
FROM ghcr.io/graalvm/graalvm-community:17.0.9-ol7

RUN gu install native-image && \
yum update -y && \
Expand Down
2 changes: 1 addition & 1 deletion .cloudbuild/graalvm-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commandTests:
- name: "version"
command: ["java", "-version"]
# java -version outputs to stderr...
expectedError: ["openjdk version \"11.0.20\"", "GraalVM CE 22.3.3"]
expectedError: ["openjdk version \"17.0.9\"", "GraalVM CE 17.0.9"]
- name: "maven"
command: ["mvn", "-version"]
expectedOutput: ["Apache Maven 3.9.4"]
Expand Down
2 changes: 1 addition & 1 deletion native-image-shared-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<properties>
<surefire.version>3.3.0</surefire.version>
<graal-sdk.version>22.3.5</graal-sdk.version>
<graal-sdk.version>23.1.2</graal-sdk.version>
<native-maven-plugin.version>0.10.2</native-maven-plugin.version>
<junit-vintage-engine.version>5.10.2</junit-vintage-engine.version>
<opentest4j.version>1.3.0</opentest4j.version>
Expand Down