Skip to content

Commit 7833dca

Browse files
authored
Merge pull request #223 from slonopotamus/parent-pom-3.54
Bump parent pom to 3.54
2 parents ca84c9d + 783a6ea commit 7833dca

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

pom.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>3.36</version>
8+
<version>3.54</version>
99
<relativePath />
1010
</parent>
1111

@@ -162,10 +162,19 @@
162162
<scope>test</scope>
163163
</dependency>
164164

165+
<!-- 1.3 used by rest-assured -->
165166
<dependency>
166167
<groupId>org.hamcrest</groupId>
167-
<artifactId>hamcrest-all</artifactId>
168-
<version>1.3</version>
168+
<artifactId>hamcrest-core</artifactId>
169+
<version>2.1</version>
170+
<scope>test</scope>
171+
</dependency>
172+
173+
<!-- 1.3 used by rest-assured -->
174+
<dependency>
175+
<groupId>org.hamcrest</groupId>
176+
<artifactId>hamcrest-library</artifactId>
177+
<version>2.1</version>
169178
<scope>test</scope>
170179
</dependency>
171180

0 commit comments

Comments
 (0)