Skip to content

Commit dac5386

Browse files
authored
Updated pom.xml
1 parent c6dbd9b commit dac5386

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>2.7.16</version>
7+
<version>3.1.4</version>
88
<relativePath/>
99
</parent>
1010
<groupId>com.example</groupId>
@@ -13,7 +13,7 @@
1313
<name>demo</name>
1414
<description>Demo project for Spring Boot</description>
1515
<properties>
16-
<java.version>11</java.version>
16+
<java.version>17</java.version>
1717
</properties>
1818
<repositories>
1919
<repository>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.github.javadev</groupId>
3737
<artifactId>underscore</artifactId>
38-
<version>1.92</version>
38+
<version>1.94</version>
3939
</dependency>
4040
</dependencies>
4141
<build>

0 commit comments

Comments
 (0)