File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >org.jboss.resteasy</groupId >
46
46
<artifactId >resteasy-client</artifactId >
47
- <version >6.2.10 .Final</version >
47
+ <version >6.2.11 .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.10 .Final</version >
53
+ <version >6.2.11 .Final</version >
54
54
<scope >test</scope >
55
55
</dependency >
56
56
<dependency >
120
120
<plugin >
121
121
<groupId >org.apache.maven.plugins</groupId >
122
122
<artifactId >maven-surefire-plugin</artifactId >
123
- <version >3.5.1 </version >
123
+ <version >3.5.2 </version >
124
124
</plugin >
125
125
<!-- Plugin to run integration tests -->
126
126
<plugin >
127
127
<groupId >org.apache.maven.plugins</groupId >
128
128
<artifactId >maven-failsafe-plugin</artifactId >
129
- <version >3.5.1 </version >
129
+ <version >3.5.2 </version >
130
130
<configuration >
131
131
<systemPropertyVariables >
132
132
<backend .http.port>${backend.service.http.port} </backend .http.port>
Original file line number Diff line number Diff line change 60
60
<plugin >
61
61
<groupId >org.apache.maven.plugins</groupId >
62
62
<artifactId >maven-surefire-plugin</artifactId >
63
- <version >3.5.1 </version >
63
+ <version >3.5.2 </version >
64
64
</plugin >
65
65
<!-- Plugin to run integration tests -->
66
66
<plugin >
67
67
<groupId >org.apache.maven.plugins</groupId >
68
68
<artifactId >maven-failsafe-plugin</artifactId >
69
- <version >3.5.1 </version >
69
+ <version >3.5.2 </version >
70
70
<configuration >
71
71
<systemPropertyVariables >
72
72
<frontend .service.http.port>${frontend.service.http.port} </frontend .service.http.port>
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >org.jboss.resteasy</groupId >
46
46
<artifactId >resteasy-client</artifactId >
47
- <version >6.2.10 .Final</version >
47
+ <version >6.2.11 .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.10 .Final</version >
53
+ <version >6.2.11 .Final</version >
54
54
<scope >test</scope >
55
55
</dependency >
56
56
<dependency >
99
99
<plugin >
100
100
<groupId >org.apache.maven.plugins</groupId >
101
101
<artifactId >maven-surefire-plugin</artifactId >
102
- <version >3.5.1 </version >
102
+ <version >3.5.2 </version >
103
103
</plugin >
104
104
<!-- Plugin to run integration tests -->
105
105
<plugin >
106
106
<groupId >org.apache.maven.plugins</groupId >
107
107
<artifactId >maven-failsafe-plugin</artifactId >
108
- <version >3.5.1 </version >
108
+ <version >3.5.2 </version >
109
109
<configuration >
110
110
<systemPropertyVariables >
111
111
<backend .http.port>${backend.service.http.port} </backend .http.port>
Original file line number Diff line number Diff line change 60
60
<plugin >
61
61
<groupId >org.apache.maven.plugins</groupId >
62
62
<artifactId >maven-surefire-plugin</artifactId >
63
- <version >3.5.1 </version >
63
+ <version >3.5.2 </version >
64
64
</plugin >
65
65
<!-- Plugin to run integration tests -->
66
66
<plugin >
67
67
<groupId >org.apache.maven.plugins</groupId >
68
68
<artifactId >maven-failsafe-plugin</artifactId >
69
- <version >3.5.1 </version >
69
+ <version >3.5.2 </version >
70
70
<configuration >
71
71
<systemPropertyVariables >
72
72
<frontend .service.http.port>${frontend.service.http.port} </frontend .service.http.port>
You can’t perform that action at this time.
0 commit comments