Skip to content

Commit

Permalink
act: update java version
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocnhan-tran1996 committed Jul 21, 2024
1 parent c8556fb commit eb87294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ I tested on below Software/Framework version and I am **NOT** sure it can work o

| **Software/Framework** | **Version** |
|------------------------|----------------------------------------|
| Java | 17 |
| Java | 21 |
| Maven | 3.9.8 |
| Docker | 27.0.3 |
| Oracle Image | gvenzl/oracle-free:23.4-slim-faststart |
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<spring-jdbc.version>6.1.10</spring-jdbc.version>
Expand Down

0 comments on commit eb87294

Please sign in to comment.