File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >org.jboss.resteasy</groupId >
47
47
<artifactId >resteasy-client</artifactId >
48
- <version >6.2.10 .Final</version >
48
+ <version >6.2.11 .Final</version >
49
49
<scope >test</scope >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.jboss.resteasy</groupId >
53
53
<artifactId >resteasy-json-binding-provider</artifactId >
54
- <version >6.2.10 .Final</version >
54
+ <version >6.2.11 .Final</version >
55
55
<scope >test</scope >
56
56
</dependency >
57
57
<dependency >
80
80
<plugin >
81
81
<groupId >org.apache.maven.plugins</groupId >
82
82
<artifactId >maven-surefire-plugin</artifactId >
83
- <version >3.5.1 </version >
83
+ <version >3.5.2 </version >
84
84
</plugin >
85
85
<!-- Enable liberty-maven plugin -->
86
86
<plugin >
92
92
<plugin >
93
93
<groupId >org.apache.maven.plugins</groupId >
94
94
<artifactId >maven-failsafe-plugin</artifactId >
95
- <version >3.5.1 </version >
95
+ <version >3.5.2 </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 43
43
<dependency >
44
44
<groupId >org.jboss.resteasy</groupId >
45
45
<artifactId >resteasy-client</artifactId >
46
- <version >6.2.10 .Final</version >
46
+ <version >6.2.11 .Final</version >
47
47
<scope >test</scope >
48
48
</dependency >
49
49
<dependency >
50
50
<groupId >org.jboss.resteasy</groupId >
51
51
<artifactId >resteasy-json-binding-provider</artifactId >
52
- <version >6.2.10 .Final</version >
52
+ <version >6.2.11 .Final</version >
53
53
<scope >test</scope >
54
54
</dependency >
55
55
<dependency >
78
78
<plugin >
79
79
<groupId >org.apache.maven.plugins</groupId >
80
80
<artifactId >maven-surefire-plugin</artifactId >
81
- <version >3.5.1 </version >
81
+ <version >3.5.2 </version >
82
82
</plugin >
83
83
<!-- Enable liberty-maven plugin -->
84
84
<plugin >
90
90
<plugin >
91
91
<groupId >org.apache.maven.plugins</groupId >
92
92
<artifactId >maven-failsafe-plugin</artifactId >
93
- <version >3.5.1 </version >
93
+ <version >3.5.2 </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