Skip to content

Commit 6d3093b

Browse files
author
rmmayo
committed
upgraded spring boot
1 parent 164268f commit 6d3093b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414
</modules>
1515
<properties>
1616
<node.version>v20.11.0</node.version>
17+
18+
<!-- TODO: Temporary override spring boot versions, remove once spring boot upgrades these versions -->
19+
<commons-lang3.version>3.18.0</commons-lang3.version>
1720
</properties>
1821

1922
<parent>
2023
<groupId>org.springframework.boot</groupId>
2124
<artifactId>spring-boot-starter-parent</artifactId>
22-
<version>3.4.6</version>
25+
<version>3.4.7</version>
2326
<relativePath/> <!-- lookup parent from repository -->
2427
</parent>
2528

0 commit comments

Comments
 (0)