feat(#559): update to Java 25 (#560)

This commit is contained in:
Daniel Graf
2025-12-17 17:15:51 +01:00
committed by GitHub
parent f32dcc6b23
commit c45e6afdb9
4 changed files with 6 additions and 6 deletions

View File

@@ -13,10 +13,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up JDK 24 - name: Set up JDK 25
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: '24' java-version: '25'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Generate acknowledgments data - name: Generate acknowledgments data

View File

@@ -13,10 +13,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up JDK 24 - name: Set up JDK 25
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: '24' java-version: '25'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Install dependencies for acknowledgments script - name: Install dependencies for acknowledgments script

View File

@@ -1,4 +1,4 @@
FROM eclipse-temurin:24.0.2_12-jre-alpine FROM eclipse-temurin:25-jre-alpine-3.22
LABEL maintainer="dedicatedcode" LABEL maintainer="dedicatedcode"
LABEL org.opencontainers.image.source="https://github.com/dedicatedcode/reitti" LABEL org.opencontainers.image.source="https://github.com/dedicatedcode/reitti"

View File

@@ -14,7 +14,7 @@
<name>reitti</name> <name>reitti</name>
<description>Reitti application</description> <description>Reitti application</description>
<properties> <properties>
<java.version>24</java.version> <java.version>25</java.version>
<argLine/> <argLine/>
<testcontainers.version>2.0.2</testcontainers.version> <testcontainers.version>2.0.2</testcontainers.version>
</properties> </properties>