Skip to content

Commit c8eb95e

Browse files
Bump the development-dependencies group with 3 updates
Bumps the development-dependencies group with 3 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework), [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java). Updates `org.junit.jupiter:junit-jupiter` from 5.12.2 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.2) Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.17.0...v5.18.0) Updates `org.bouncycastle:bcprov-jdk18on` from 1.80 to 1.81 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.81' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65a379c commit c8eb95e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bukkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
<dependency>
396396
<groupId>org.bouncycastle</groupId>
397397
<artifactId>bcprov-jdk18on</artifactId>
398-
<version>1.80</version>
398+
<version>1.81</version>
399399
<scope>test</scope>
400400
</dependency>
401401
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,15 @@
221221
<dependency>
222222
<groupId>org.junit.jupiter</groupId>
223223
<artifactId>junit-jupiter</artifactId>
224-
<version>5.12.2</version>
224+
<version>5.13.2</version>
225225
<scope>test</scope>
226226
</dependency>
227227

228228
<!-- Require inline to support static mocks -->
229229
<dependency>
230230
<groupId>org.mockito</groupId>
231231
<artifactId>mockito-core</artifactId>
232-
<version>5.17.0</version>
232+
<version>5.18.0</version>
233233
<scope>test</scope>
234234
</dependency>
235235
</dependencies>

0 commit comments

Comments
 (0)