We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669d0a3 commit 0dab6aeCopy full SHA for 0dab6ae
.github/workflows/ci.yml
@@ -1,5 +1,5 @@
1
###############################################################################
2
-# Copyright (c) 2021, 2024 Eclipse contributors
+# Copyright (c) 2021, 2025 Eclipse contributors
3
#
4
# This program and the accompanying materials are made available under the
5
# terms of the Eclipse Public License 2.0 which is available at
@@ -31,7 +31,7 @@ jobs:
31
id: temurin
32
with:
33
candidate: java
34
- version: 17.0.13-tem
+ version: 17.0.14-tem
35
36
- uses: sdkman/sdkman-action@main
37
name: Setup Maven
0 commit comments