Skip to content

Commit be81478

Browse files
author
rmmayo
committed
upgraded spring boot
1 parent 03372a9 commit be81478

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

skills-client-integration/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.4.6</version>
10+
<version>3.4.7</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313
<groupId>skills</groupId>
@@ -32,10 +32,11 @@
3232
<!--suppress UnresolvedMavenProperty -->
3333
<nexusServer>${nexus.url}</nexusServer>
3434
<frontend-maven-plugin.version>1.10.3</frontend-maven-plugin.version>
35+
<!-- <node.version>v14.15.0</node.version>-->
36+
<!-- <java.version>19</java.version>-->
3537

3638
<!-- TODO: Temporary override spring boot versions, remove once spring boot upgrades these versions -->
37-
<spring-framework.version>6.2.8</spring-framework.version>
38-
<tomcat.version>10.1.42</tomcat.version>
39+
<commons-lang3.version>3.18.0</commons-lang3.version>
3940
</properties>
4041

4142
</project>

skills-client-integration/skills-int-e2e-test/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<description>End to End tests for Skills client libs using skills-int-service app</description>
1212

1313
<properties>
14+
<!-- <groovy.version>4.0.7</groovy.version>-->
1415
</properties>
1516
<dependencies>
1617
<dependency>

0 commit comments

Comments
 (0)