Skip to content

Commit 3f99519

Browse files
build: upgrade spring-boot-starter-parent to 4.0.6, tomcat to 11.0.22, and spring-security to 7.0.5
1 parent 305e60f commit 3f99519

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>4.0.3</version>
16+
<version>4.0.6</version>
1717
</parent>
1818

1919
<properties>
@@ -27,8 +27,8 @@
2727
<commons-dbcp.version>2.14.0</commons-dbcp.version>
2828
<springdoc-openapi-starter-webmvc-ui.version>3.0.2</springdoc-openapi-starter-webmvc-ui.version>
2929
<lombok.version>1.18.42</lombok.version>
30-
<tomcat.version>11.0.18</tomcat.version>
31-
<spring-security.version>7.0.3</spring-security.version>
30+
<tomcat.version>11.0.22</tomcat.version>
31+
<spring-security.version>7.0.5</spring-security.version>
3232
<snakeyaml.version>2.6</snakeyaml.version>
3333
<nimbus-jose-jwt.version>10.8</nimbus-jose-jwt.version>
3434
</properties>

0 commit comments

Comments
 (0)