Skip to content

Commit 7ef31e5

Browse files
Bump the development-dependencies group across 1 directory with 5 updates
Bumps the development-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.12.2` | `6.0.2` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.17.0` | `5.21.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.3` | `3.5.4` | | [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.80` | `1.83` | | [org.codehaus.mojo:templating-maven-plugin](https://github.com/mojohaus/templating-maven-plugin) | `3.0.0` | `3.1.0` | Updates `org.junit.jupiter:junit-jupiter` from 5.12.2 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.2...r6.0.2) Updates `org.mockito:mockito-core` from 5.17.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.17.0...v5.21.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4) Updates `org.bouncycastle:bcprov-jdk18on` from 1.80 to 1.83 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.codehaus.mojo:templating-maven-plugin` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/mojohaus/templating-maven-plugin/releases) - [Commits](mojohaus/templating-maven-plugin@3.0.0...templating-maven-plugin-3.1.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.83' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: org.codehaus.mojo:templating-maven-plugin dependency-version: 3.1.0 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 7ef31e5

3 files changed

Lines changed: 5 additions & 5 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.83</version>
399399
<scope>test</scope>
400400
</dependency>
401401
</dependencies>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<!-- Require newer versions for Junit5 support -->
163163
<plugin>
164164
<artifactId>maven-surefire-plugin</artifactId>
165-
<version>3.5.3</version>
165+
<version>3.5.4</version>
166166
<configuration>
167167
<!-- Work-around to make multi-release classes discoverable
168168
https://issues.apache.org/jira/browse/SUREFIRE-1731 -->
@@ -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>6.0.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.21.0</version>
233233
<scope>test</scope>
234234
</dependency>
235235
</dependencies>

velocity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>org.codehaus.mojo</groupId>
5454
<artifactId>templating-maven-plugin</artifactId>
55-
<version>3.0.0</version>
55+
<version>3.1.0</version>
5656
<executions>
5757
<execution>
5858
<id>filter-src</id>

0 commit comments

Comments
 (0)