Skip to content

Commit b496f4b

Browse files
dependabot[bot]yrodiere
authored andcommitted
Bump the build-dependencies group with 4 updates
Bumps the build-dependencies group with 4 updates: [org.mockito:mockito-bom](https://github.com/mockito/mockito), [org.junit:junit-bom](https://github.com/junit-team/junit-framework), [org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus) and [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire). Updates `org.mockito:mockito-bom` from 5.21.0 to 5.22.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.21.0...v5.22.0) Updates `org.junit:junit-bom` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) Updates `org.codehaus.gmavenplus:gmavenplus-plugin` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/groovy/GMavenPlus/releases) - [Commits](groovy/GMavenPlus@4.3.0...4.3.1) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.4...surefire-3.5.5) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25546ec commit b496f4b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
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.21.0</version>
55+
<version>5.22.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>6.0.2</version>
62+
<version>6.0.3</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.3.0</version>
167+
<version>4.3.1</version>
168168
<configuration>
169169
<sources>
170170
<source>
@@ -210,7 +210,7 @@
210210
<plugin>
211211
<groupId>org.apache.maven.plugins</groupId>
212212
<artifactId>maven-surefire-plugin</artifactId>
213-
<version>3.5.4</version>
213+
<version>3.5.5</version>
214214
<configuration>
215215
<failIfNoTests>true</failIfNoTests>
216216
<trimStackTrace>false</trimStackTrace>

0 commit comments

Comments
 (0)