We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77e806c + c456917 commit 4009bb1Copy full SHA for 4009bb1
1 file changed
pom.xml
@@ -175,7 +175,7 @@
175
<dependency>
176
<groupId>org.jetbrains</groupId>
177
<artifactId>annotations</artifactId>
178
- <version>26.0.2-1</version>
+ <version>26.1.0</version>
179
<!-- Annotations are not required at runtime, only during compilation. -->
180
<scope>provided</scope>
181
</dependency>
@@ -191,7 +191,7 @@
191
192
<groupId>org.junit.jupiter</groupId>
193
<artifactId>junit-jupiter</artifactId>
194
- <version>5.14.2</version>
+ <version>5.14.3</version>
195
<scope>test</scope>
196
197
0 commit comments