Skip to content

Commit f004c1f

Browse files
committed
Merge pull request #198 from ajkannan/fix-joda-version
Fix joda-time version
2 parents a6a2898 + 88a1031 commit f004c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud-java-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>joda-time</groupId>
7676
<artifactId>joda-time</artifactId>
77-
<version>RELEASE</version>
77+
<version>2.8.2</version>
7878
<scope>compile</scope>
7979
</dependency>
8080
<dependency>

0 commit comments

Comments
 (0)