Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-miles committed Nov 22, 2024
1 parent a89df39 commit e9770d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Distributed under the MIT license. See [LICENSE](https://github.com/andy-miles/t
<!-- CONTACT -->
## Contact

Andy Miles - andy.miles@amilesend.com
Andy Miles - andy.miles (at) amilesend.com

Project Link: [https://github.com/andy-miles/tvdb-java-client](https://github.com/andy-miles/tvdb-java-client)

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.25</version>
<version>2.2.26</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
Expand Down Expand Up @@ -199,7 +199,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.17.1</version>
<version>2.18.0</version>
</plugin>
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
Expand Down Expand Up @@ -290,12 +290,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.20.0</version>
<version>3.21.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<!-- Note: 3.7.0 fails to generate dependencies report (i.e., parse license info). -->
<!-- Note: 3.[7|8].0 fails to generate dependencies report (i.e., during SCM report generation). -->
<version>3.6.2</version>
</plugin>
<plugin>
Expand Down

0 comments on commit e9770d2

Please sign in to comment.