Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
Update pom.xml - Update Jetbrains Annotations (#7)
Browse files Browse the repository at this point in the history
* Update pom.xml

Update Jetbrains Annotations

* Update to latest version of org.jetbrains:annotations, v17.0.0
  • Loading branch information
arnzel authored and rnorth committed Apr 28, 2019
1 parent 18c189b commit 2a1c5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>13.0</version>
<version>17.0.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -160,4 +160,4 @@
<url>https://api.bintray.com/maven/richnorth/maven/${project.artifactId}</url>
</repository>
</distributionManagement>
</project>
</project>

0 comments on commit 2a1c5be

Please sign in to comment.