Skip to content

Commit 6f9d443

Browse files
committed
build: Bump Java to 25
1 parent 2e9fcc0 commit 6f9d443

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.java-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21
1+
25

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:21-jre-alpine
1+
FROM eclipse-temurin:25-jre-alpine
22

33
WORKDIR /app
44

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<artifactId>maven-compiler-plugin</artifactId>
195195
<version>3.15.0</version>
196196
<configuration>
197-
<release>21</release>
197+
<release>25</release>
198198
</configuration>
199199
</plugin>
200200
</plugins>

0 commit comments

Comments
 (0)