Update dependencies

pull/134/head
Richard Körber 2022-06-29 20:03:12 +02:00
parent 379f184a41
commit f77426be87
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 3 additions and 3 deletions

View File

@ -193,7 +193,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.7.0</version>
<version>4.7.1</version>
<optional>true</optional>
<exclusions>
<exclusion>
@ -217,7 +217,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.19.0</version>
<version>3.23.1</version>
<scope>test</scope>
</dependency>
<dependency>
@ -236,7 +236,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.5.1</version>
<version>4.6.1</version>
<scope>test</scope>
</dependency>
<dependency>