Skip to content

Commit 85ecc01

Browse files
committed
upgrade commons-lang3 to 3.18.0. Fixes #3093
1 parent 6553144 commit 85ecc01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>3.5.5</version>
14+
<version>3.5.7</version>
1515
</parent>
1616

1717
<licenses>
@@ -65,6 +65,7 @@
6565
</spring-security-oauth2-authorization-server.version>
6666
<scalar.version>0.3.12</scalar.version>
6767
<skipPublishing>false</skipPublishing>
68+
<commons-lang3.version>3.18.0</commons-lang3.version>
6869
</properties>
6970

7071
<dependencyManagement>

0 commit comments

Comments
 (0)