Skip to content

Commit

Permalink
update mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
mroman-recurly committed Oct 31, 2024
1 parent 555a0f9 commit d937091
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit d937091

Please sign in to comment.