Skip to content

Commit fda3eda

Browse files
chingor13codyoss
authored andcommitted
chore(deps): group hamcrest deps and update to 2.2 (#17)
1 parent 5ac5b8a commit fda3eda

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

google-cloud-storage/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-storage</site.installationModule>
19+
<hamcrest.version>2.2</hamcrest.version>
1920
</properties>
2021
<dependencies>
2122
<dependency>
@@ -92,13 +93,13 @@
9293
<dependency>
9394
<groupId>org.hamcrest</groupId>
9495
<artifactId>hamcrest</artifactId>
95-
<version>2.1</version>
96+
<version>${hamcrest.version}</version>
9697
<scope>test</scope>
9798
</dependency>
9899
<dependency>
99100
<groupId>org.hamcrest</groupId>
100101
<artifactId>hamcrest-core</artifactId>
101-
<version>2.1</version>
102+
<version>${hamcrest.version}</version>
102103
<scope>test</scope>
103104
</dependency>
104105
<dependency>

0 commit comments

Comments
 (0)