Skip to content
Merged
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-b.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-community:24.0.1-ol9-20250415
FROM ghcr.io/graalvm/graalvm-community:25.0.0-ol9-20250916

# native-image comes out of the box
RUN native-image --version
Expand Down
2 changes: 1 addition & 1 deletion .cloudbuild/graalvm-b.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 \"24.0.1\"", "GraalVM CE 24.0.1"]
expectedError: ["openjdk version \"25\"", "GraalVM CE 25"]
- name: "maven"
command: ["mvn", "-version"]
expectedOutput: ["Apache Maven 3.9.4"]
Expand Down
4 changes: 2 additions & 2 deletions native-image-shared-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
</licenses>

<properties>
<graal-sdk.version>24.2.1</graal-sdk.version>
<graal-sdk.version>25.0.0</graal-sdk.version>
<surefire.version>3.5.2</surefire.version>
<graal-sdk-nativeimage.version>24.2.2</graal-sdk-nativeimage.version>
<graal-sdk-nativeimage.version>25.0.0</graal-sdk-nativeimage.version>
<native-maven-plugin.version>0.10.6</native-maven-plugin.version>
<junit-vintage-engine.version>5.11.4</junit-vintage-engine.version>
<opentest4j.version>1.3.0</opentest4j.version>
Expand Down