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 c6dbd9b commit dac5386Copy full SHA for dac5386
spring-boot-example/pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.springframework.boot</groupId>
6
<artifactId>spring-boot-starter-parent</artifactId>
7
- <version>2.7.16</version>
+ <version>3.1.4</version>
8
<relativePath/>
9
</parent>
10
<groupId>com.example</groupId>
@@ -13,7 +13,7 @@
13
<name>demo</name>
14
<description>Demo project for Spring Boot</description>
15
<properties>
16
- <java.version>11</java.version>
+ <java.version>17</java.version>
17
</properties>
18
<repositories>
19
<repository>
@@ -35,7 +35,7 @@
35
<dependency>
36
<groupId>com.github.javadev</groupId>
37
<artifactId>underscore</artifactId>
38
- <version>1.92</version>
+ <version>1.94</version>
39
</dependency>
40
</dependencies>
41
<build>
0 commit comments