File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
skills-client-integration Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >3.4.6 </version >
10
+ <version >3.4.7 </version >
11
11
<relativePath /> <!-- lookup parent from repository -->
12
12
</parent >
13
13
<groupId >skills</groupId >
32
32
<!-- suppress UnresolvedMavenProperty -->
33
33
<nexusServer >${nexus.url}</nexusServer >
34
34
<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>-->
35
37
36
38
<!-- 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>
39
40
</properties >
40
41
41
42
</project >
Original file line number Diff line number Diff line change 11
11
<description >End to End tests for Skills client libs using skills-int-service app</description >
12
12
13
13
<properties >
14
+ <!-- <groovy.version>4.0.7</groovy.version>-->
14
15
</properties >
15
16
<dependencies >
16
17
<dependency >
You can’t perform that action at this time.
0 commit comments