-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
555a0f9
commit d937091
Showing
1 changed file
with
3 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
<groupId>com.recurly.v3</groupId> | ||
<artifactId>api-client</artifactId> | ||
<version>4.59.0-SNAPSHOT</version> | ||
<version>4.59.0</version> | ||
|
||
<name>Recurly API V3 Java Client</name> | ||
<description>The official Java client for Recurly's V3 API.</description> | ||
|
@@ -20,18 +20,6 @@ | |
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>Benjamin Eckel</name> | ||
<email>[email protected]</email> | ||
<organization>Recurly</organization> | ||
<organizationUrl>https://recurly.com</organizationUrl> | ||
</developer> | ||
<developer> | ||
<name>Aaron Suarez</name> | ||
<email>[email protected]</email> | ||
<organization>Recurly</organization> | ||
<organizationUrl>https://recurly.com</organizationUrl> | ||
</developer> | ||
<developer> | ||
<name>Douglas Miller</name> | ||
<email>[email protected]</email> | ||
|
@@ -277,13 +265,13 @@ | |
<dependency> | ||
<groupId>org.mockito</groupId> | ||
<artifactId>mockito-core</artifactId> | ||
<version>4.4.0</version> | ||
<version>5.14.2</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.mockito</groupId> | ||
<artifactId>mockito-inline</artifactId> | ||
<version>4.4.0</version> | ||
<version>5.2.0</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
|