There was an error while loading. Please reload this page.
2 parents ca84c9d + 783a6ea commit 7833dcaCopy full SHA for 7833dca
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.jenkins-ci.plugins</groupId>
7
<artifactId>plugin</artifactId>
8
- <version>3.36</version>
+ <version>3.54</version>
9
<relativePath />
10
</parent>
11
@@ -162,10 +162,19 @@
162
<scope>test</scope>
163
</dependency>
164
165
+ <!-- 1.3 used by rest-assured -->
166
<dependency>
167
<groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-all</artifactId>
168
- <version>1.3</version>
+ <artifactId>hamcrest-core</artifactId>
169
+ <version>2.1</version>
170
+ <scope>test</scope>
171
+ </dependency>
172
+
173
174
+ <dependency>
175
+ <groupId>org.hamcrest</groupId>
176
+ <artifactId>hamcrest-library</artifactId>
177
178
179
180
0 commit comments