We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9627314 commit 2d5667dCopy full SHA for 2d5667d
2 files changed
README.md
@@ -6,7 +6,7 @@ Spring Boot. It uses the RecordParserDefinition from the original
6
[MassBank project](https://github.com/MassBank/MassBank-web).
7
8
## Requirements
9
-- Java 17
+- Java 21
10
- Spring Boot 3.4
11
- maven
12
pom.xml
@@ -15,7 +15,7 @@
15
<description>Microservice for the export of different file formats for MassBank 3</description>
16
17
<properties>
18
- <java.version>17</java.version>
+ <java.version>21</java.version>
19
<argLine/>
20
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
<timestamp>2025-02-12T15:13:00+01:00</timestamp>
0 commit comments