We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a80f4 commit 6732e11Copy full SHA for 6732e11
2 files changed
google-cloud-clients/pom.xml
@@ -170,7 +170,7 @@
170
<!-- make sure to keep version in sync with google-http-client -->
171
<apache.httpclient.version>4.5.5</apache.httpclient.version>
172
<!-- test dependency versions -->
173
- <easymock.version>3.4</easymock.version>
+ <easymock.version>3.6</easymock.version>
174
<objenesis.version>2.6</objenesis.version>
175
</properties>
176
<!-- All non-test dependency versions should be added to google-cloud-bom/pom.xml -->
google-cloud-testing/pom.xml
@@ -78,7 +78,7 @@
78
<dependency>
79
<groupId>org.easymock</groupId>
80
<artifactId>easymock</artifactId>
81
- <version>3.4</version>
+ <version>3.6</version>
82
<exclusions>
83
<exclusion>
84
<groupId>org.objenesis</groupId>
0 commit comments