File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 61
61
sudo cat "$logsPath" | grep Launching
62
62
- name : Archive server logs if failed
63
63
if : failure()
64
- uses : actions/upload-artifact@v2
64
+ uses : actions/upload-artifact@v4
65
65
with :
66
66
name : server-logs
67
67
path : finish/target/liberty/wlp/usr/servers/defaultServer/logs/
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >org.junit.jupiter</groupId >
40
40
<artifactId >junit-jupiter</artifactId >
41
- <version >5.10.3 </version >
41
+ <version >5.11.0 </version >
42
42
<scope >test</scope >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >org.jboss.resteasy</groupId >
46
46
<artifactId >resteasy-client</artifactId >
47
- <version >6.2.9 .Final</version >
47
+ <version >6.2.10 .Final</version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >org.jboss.resteasy</groupId >
52
52
<artifactId >resteasy-json-binding-provider</artifactId >
53
- <version >6.2.9 .Final</version >
53
+ <version >6.2.10 .Final</version >
54
54
<scope >test</scope >
55
55
</dependency >
56
56
<dependency >
80
80
<plugin >
81
81
<groupId >org.apache.maven.plugins</groupId >
82
82
<artifactId >maven-surefire-plugin</artifactId >
83
- <version >3.3.1 </version >
83
+ <version >3.5.0 </version >
84
84
</plugin >
85
85
<!-- Plugin to run functional tests -->
86
86
<!-- tag::maven-failsafe-plugin[] -->
87
87
<plugin >
88
88
<groupId >org.apache.maven.plugins</groupId >
89
89
<artifactId >maven-failsafe-plugin</artifactId >
90
- <version >3.3.1 </version >
90
+ <version >3.5.0 </version >
91
91
<configuration >
92
92
<systemPropertyVariables >
93
93
<http .port>${liberty.var.http.port} </http .port>
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >org.junit.jupiter</groupId >
40
40
<artifactId >junit-jupiter</artifactId >
41
- <version >5.10.3 </version >
41
+ <version >5.11.0 </version >
42
42
<scope >test</scope >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >org.jboss.resteasy</groupId >
46
46
<artifactId >resteasy-client</artifactId >
47
- <version >6.2.9 .Final</version >
47
+ <version >6.2.10 .Final</version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >org.jboss.resteasy</groupId >
52
52
<artifactId >resteasy-json-binding-provider</artifactId >
53
- <version >6.2.9 .Final</version >
53
+ <version >6.2.10 .Final</version >
54
54
<scope >test</scope >
55
55
</dependency >
56
56
<dependency >
78
78
<plugin >
79
79
<groupId >org.apache.maven.plugins</groupId >
80
80
<artifactId >maven-surefire-plugin</artifactId >
81
- <version >3.3.1 </version >
81
+ <version >3.5.0 </version >
82
82
</plugin >
83
83
<!-- Plugin to run functional tests -->
84
84
<plugin >
85
85
<groupId >org.apache.maven.plugins</groupId >
86
86
<artifactId >maven-failsafe-plugin</artifactId >
87
- <version >3.3.1 </version >
87
+ <version >3.5.0 </version >
88
88
<configuration >
89
89
<systemPropertyVariables >
90
90
<http .port>${liberty.var.http.port} </http .port>
You can’t perform that action at this time.
0 commit comments