We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8338aa commit 28bcdf4Copy full SHA for 28bcdf4
.devcontainer/devcontainer.json
@@ -17,7 +17,7 @@
17
"java.configuration.runtimes": [
18
{
19
"name": "JavaSE-21",
20
- "path": "/usr/local/sdkman/candidates/java/current"
+ "path": "/usr/lib/jvm/msopenjdk-current"
21
}
22
]
23
.vscode/settings.json
@@ -0,0 +1,4 @@
1
+{
2
+ "java.compile.nullAnalysis.mode": "automatic",
3
+ "java.configuration.updateBuildConfiguration": "interactive"
4
+}
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>org.springframework.boot</groupId>
10
<artifactId>spring-boot-starter-parent</artifactId>
11
- <version>3.4.0</version>
+ <version>3.5.8</version>
12
<relativePath/>
13
</parent>
14
0 commit comments