Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit be1eaa5

Browse files
fix(deps): update spring boot to v2.7.12
1 parent 2aa88b7 commit be1eaa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.4.5</version>
8+
<version>2.7.12</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>de.filefighter</groupId>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.springframework.boot</groupId>
4444
<artifactId>spring-boot</artifactId>
45-
<version>2.4.5</version>
45+
<version>2.7.12</version>
4646
</dependency>
4747

4848
<dependency>

0 commit comments

Comments
 (0)