Skip to content

Commit 2d5667d

Browse files
committed
Set req java in pom to 21. Runtime was already 21.
1 parent 9627314 commit 2d5667d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Spring Boot. It uses the RecordParserDefinition from the original
66
[MassBank project](https://github.com/MassBank/MassBank-web).
77

88
## Requirements
9-
- Java 17
9+
- Java 21
1010
- Spring Boot 3.4
1111
- maven
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>Microservice for the export of different file formats for MassBank 3</description>
1616

1717
<properties>
18-
<java.version>17</java.version>
18+
<java.version>21</java.version>
1919
<argLine/>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<timestamp>2025-02-12T15:13:00+01:00</timestamp>

0 commit comments

Comments
 (0)