Merge pull request #1085 from games647/dependabot/maven/development-dependencies-424a594065

Bump the development-dependencies group with 2 updates
This commit is contained in:
games647
2023-08-31 12:28:11 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -378,7 +378,7 @@
<dependency> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId> <artifactId>bcprov-jdk18on</artifactId>
<version>1.75</version> <version>1.76</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

View File

@ -194,7 +194,7 @@
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId> <artifactId>junit-jupiter</artifactId>
<version>5.9.1</version> <version>5.10.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>