Skip to content

Commit 68f96c1

Browse files
dependabot[bot]yrodiere
authored andcommitted
Bump the build-dependencies group with 3 updates
Bumps the build-dependencies group with 3 updates: [org.mockito:mockito-bom](https://github.com/mockito/mockito), [org.junit:junit-bom](https://github.com/junit-team/junit5) and [org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus). Updates `org.mockito:mockito-bom` from 5.16.1 to 5.17.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.1...v5.17.0) Updates `org.junit:junit-bom` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.1...r5.12.2) Updates `org.codehaus.gmavenplus:gmavenplus-plugin` from 4.1.1 to 4.2.0 - [Release notes](https://github.com/groovy/GMavenPlus/releases) - [Commits](groovy/GMavenPlus@4.1.1...4.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-version: 5.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eaebce3 commit 68f96c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
<dependency>
5353
<groupId>org.mockito</groupId>
5454
<artifactId>mockito-bom</artifactId>
55-
<version>5.16.1</version>
55+
<version>5.17.0</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.junit</groupId>
6161
<artifactId>junit-bom</artifactId>
62-
<version>5.12.1</version>
62+
<version>5.12.2</version>
6363
<type>pom</type>
6464
<scope>import</scope>
6565
</dependency>
@@ -164,7 +164,7 @@
164164
<plugin>
165165
<groupId>org.codehaus.gmavenplus</groupId>
166166
<artifactId>gmavenplus-plugin</artifactId>
167-
<version>4.1.1</version>
167+
<version>4.2.0</version>
168168
<configuration>
169169
<sources>
170170
<source>

0 commit comments

Comments
 (0)