Skip to content

Commit 7c5cb40

Browse files
committed
#178: update spring patch version
1 parent 772e63f commit 7c5cb40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.3</version>
9+
<version>3.4.4</version>
1010
<relativePath />
1111
<!-- lookup parent from repository -->
1212
</parent>
@@ -109,11 +109,9 @@
109109
<groupId>org.springframework.boot</groupId>
110110
<artifactId>spring-boot-starter-validation</artifactId>
111111
</dependency>
112-
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-security -->
113112
<dependency>
114113
<groupId>org.springframework.boot</groupId>
115114
<artifactId>spring-boot-starter-security</artifactId>
116-
<version>3.4.3</version>
117115
</dependency>
118116

119117

0 commit comments

Comments
 (0)