Skip to content

Commit

Permalink
[java/.devcontainer] Update jdk-update to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 28, 2024
1 parent db7c8a5 commit 4ccc10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/maven:3.9.9-eclipse-temurin-22
FROM docker.io/maven:3.9.9-eclipse-temurin-23

RUN useradd -rm -d /home/java -s /bin/bash -u 1001 java
USER java
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>22</maven.compiler.release>
<maven.compiler.release>23</maven.compiler.release>
</properties>

<build>
Expand Down

0 comments on commit 4ccc10e

Please sign in to comment.