Update dependency org.jetbrains:annotations to v26

This commit is contained in:
renovate[bot] 2024-10-15 23:52:19 +00:00 committed by GitHub
parent dec4f9c078
commit e59c3594f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
</parent> </parent>
<artifactId>deanonimus</artifactId> <artifactId>deanonimus</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Deanonimus</name> <name>Deanonimus</name>
@ -146,7 +146,7 @@
<dependency> <dependency>
<groupId>org.jetbrains</groupId> <groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId> <artifactId>annotations</artifactId>
<version>24.1.0</version> <version>26.0.1</version>
</dependency> </dependency>
<!--test--> <!--test-->