Skip to content

Commit 0e46e22

Browse files
committed
spring and commons-lang upgrade
1 parent 6c483e5 commit 0e46e22

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
@@ -16,13 +16,13 @@
1616
<node.version>v20.11.0</node.version>
1717

1818
<!-- TODO: Temporary override spring boot versions, remove once spring boot upgrades these versions -->
19-
<commons-lang3.version>3.18.0</commons-lang3.version>
19+
<commons-lang3.version>3.19.0</commons-lang3.version>
2020
</properties>
2121

2222
<parent>
2323
<groupId>org.springframework.boot</groupId>
2424
<artifactId>spring-boot-starter-parent</artifactId>
25-
<version>3.5.6</version>
25+
<version>3.5.7</version>
2626
<relativePath/> <!-- lookup parent from repository -->
2727
</parent>
2828

0 commit comments

Comments
 (0)