We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164268f commit 6d3093bCopy full SHA for 6d3093b
pom.xml
@@ -14,12 +14,15 @@
14
</modules>
15
<properties>
16
<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>
20
</properties>
21
22
<parent>
23
<groupId>org.springframework.boot</groupId>
24
<artifactId>spring-boot-starter-parent</artifactId>
- <version>3.4.6</version>
25
+ <version>3.4.7</version>
26
<relativePath/> <!-- lookup parent from repository -->
27
</parent>
28
0 commit comments