File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >org.junit.jupiter</groupId >
47
47
<artifactId >junit-jupiter</artifactId >
48
- <version >5.12.0 </version >
48
+ <version >5.12.1 </version >
49
49
<scope >test</scope >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.jboss.resteasy</groupId >
53
53
<artifactId >resteasy-client</artifactId >
54
- <version >6.2.11 .Final</version >
54
+ <version >6.2.12 .Final</version >
55
55
<scope >test</scope >
56
56
</dependency >
57
57
<dependency >
58
58
<groupId >org.jboss.resteasy</groupId >
59
59
<artifactId >resteasy-json-binding-provider</artifactId >
60
- <version >6.2.11 .Final</version >
60
+ <version >6.2.12 .Final</version >
61
61
<scope >test</scope >
62
62
</dependency >
63
63
<dependency >
76
76
<dependency >
77
77
<groupId >org.testcontainers</groupId >
78
78
<artifactId >testcontainers</artifactId >
79
- <version >1.20.5 </version >
79
+ <version >1.20.6 </version >
80
80
<scope >test</scope >
81
81
</dependency >
82
82
<!-- end::testcontainers[] -->
120
120
</dependencyGroup >
121
121
</copyDependencies >
122
122
</configuration >
123
- <version >3.11.2 </version >
123
+ <version >3.11.3 </version >
124
124
</plugin >
125
125
<!-- tag::failsafe[] -->
126
126
<plugin >
127
127
<groupId >org.apache.maven.plugins</groupId >
128
128
<artifactId >maven-failsafe-plugin</artifactId >
129
- <version >3.5.2 </version >
129
+ <version >3.5.3 </version >
130
130
<configuration >
131
131
<systemPropertyVariables >
132
132
<http .port>${liberty.var.http.port} </http .port>
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >org.junit.jupiter</groupId >
46
46
<artifactId >junit-jupiter</artifactId >
47
- <version >5.12.0 </version >
47
+ <version >5.12.1 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >org.jboss.resteasy</groupId >
52
52
<artifactId >resteasy-client</artifactId >
53
- <version >6.2.11 .Final</version >
53
+ <version >6.2.12 .Final</version >
54
54
<scope >test</scope >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >org.jboss.resteasy</groupId >
58
58
<artifactId >resteasy-json-binding-provider</artifactId >
59
- <version >6.2.11 .Final</version >
59
+ <version >6.2.12 .Final</version >
60
60
<scope >test</scope >
61
61
</dependency >
62
62
<dependency >
95
95
</dependencyGroup >
96
96
</copyDependencies >
97
97
</configuration >
98
- <version >3.11.2 </version >
98
+ <version >3.11.3 </version >
99
99
</plugin >
100
100
</plugins >
101
101
</build >
You can’t perform that action at this time.
0 commit comments