File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >org.junit.jupiter</groupId >
41
41
<artifactId >junit-jupiter</artifactId >
42
- <version >5.11.1 </version >
42
+ <version >5.11.3 </version >
43
43
<scope >test</scope >
44
44
</dependency >
45
45
<dependency >
80
80
<plugin >
81
81
<groupId >org.apache.maven.plugins</groupId >
82
82
<artifactId >maven-surefire-plugin</artifactId >
83
- <version >3.5.0 </version >
83
+ <version >3.5.1 </version >
84
84
</plugin >
85
85
<!-- Enable liberty-maven plugin -->
86
86
<plugin >
87
87
<groupId >io.openliberty.tools</groupId >
88
88
<artifactId >liberty-maven-plugin</artifactId >
89
- <version >3.10.3 </version >
89
+ <version >3.11.1 </version >
90
90
</plugin >
91
91
<!-- Plugin to run functional tests -->
92
92
<plugin >
93
93
<groupId >org.apache.maven.plugins</groupId >
94
94
<artifactId >maven-failsafe-plugin</artifactId >
95
- <version >3.5.0 </version >
95
+ <version >3.5.1 </version >
96
96
<configuration >
97
97
<systemPropertyVariables >
98
98
<http .port>${liberty.var.http.port} </http .port>
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >org.junit.jupiter</groupId >
39
39
<artifactId >junit-jupiter</artifactId >
40
- <version >5.11.1 </version >
40
+ <version >5.11.3 </version >
41
41
<scope >test</scope >
42
42
</dependency >
43
43
<dependency >
78
78
<plugin >
79
79
<groupId >org.apache.maven.plugins</groupId >
80
80
<artifactId >maven-surefire-plugin</artifactId >
81
- <version >3.5.0 </version >
81
+ <version >3.5.1 </version >
82
82
</plugin >
83
83
<!-- Enable liberty-maven plugin -->
84
84
<plugin >
85
85
<groupId >io.openliberty.tools</groupId >
86
86
<artifactId >liberty-maven-plugin</artifactId >
87
- <version >3.10.3 </version >
87
+ <version >3.11.1 </version >
88
88
</plugin >
89
89
<!-- Plugin to run functional tests -->
90
90
<plugin >
91
91
<groupId >org.apache.maven.plugins</groupId >
92
92
<artifactId >maven-failsafe-plugin</artifactId >
93
- <version >3.5.0 </version >
93
+ <version >3.5.1 </version >
94
94
<configuration >
95
95
<systemPropertyVariables >
96
96
<http .port>${liberty.var.http.port} </http .port>
You can’t perform that action at this time.
0 commit comments