Skip to content

Commit

Permalink
v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-miles committed Oct 9, 2024
1 parent 4714037 commit 73f1e75
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>com.amilesend</groupId>
<artifactId>tvdb-java-client</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>

<name>tvdb-java-client</name>
<description>A swagger-generated TheTVDB v4 java client.</description>
Expand Down Expand Up @@ -123,6 +123,12 @@
</properties>

<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down Expand Up @@ -154,7 +160,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.24</version>
<version>2.2.25</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
Expand Down

0 comments on commit 73f1e75

Please sign in to comment.