Merge pull request #29 from skyero-aws/dependabot/maven/master/org.mockito-mockito-junit-jupiter-5.16.1

Bump org.mockito:mockito-junit-jupiter from 3.12.4 to 5.16.1
This commit is contained in:
github-actions[bot] 2025-03-26 17:27:15 +00:00 committed by GitHub
commit aaf085bdcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>3.12.4</version>
<version>5.16.1</version>
<scope>test</scope>
</dependency>
</dependencies>

View file

@ -255,7 +255,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>3.12.4</version>
<version>5.16.1</version>
<scope>test</scope>
</dependency>
<dependency>