Skip to content

Commit

Permalink
Changed pom to include the version of jetbrains annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJohnny committed Jun 12, 2024
1 parent c71b10d commit 6d85ea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>RELEASE</version>
<version>24.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6d85ea9

Please sign in to comment.