Merge pull request #1191 from games647/dependabot/maven/development-dependencies-35f3e2a187

Bump the development-dependencies group with 3 updates
This commit is contained in:
games647
2024-04-30 16:03:13 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -377,7 +377,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
<version>1.78.1</version>
<scope>test</scope>
</dependency>

View File

@ -209,7 +209,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
@ -217,7 +217,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.9.0</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>