Updates dev depependency `org.jetbrains.annotations` to v23.1.0

This commit is contained in:
Christian Koop 2022-12-26 12:15:04 +01:00
parent 7245a6c391
commit 8bf3535f4f
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.0.0</version>
<version>23.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>