Skip to content

Commit 0b7573d

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), [com.lesfurets:jenkins-pipeline-unit](https://github.com/jenkinsci/JenkinsPipelineUnit) and [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire). Updates `org.mockito:mockito-bom` from 5.19.0 to 5.20.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.19.0...v5.20.0) Updates `org.junit:junit-bom` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `com.lesfurets:jenkins-pipeline-unit` from 1.27 to 1.30 - [Release notes](https://github.com/jenkinsci/JenkinsPipelineUnit/releases) - [Changelog](https://github.com/jenkinsci/JenkinsPipelineUnit/blob/master/RELEASE.md) - [Commits](https://github.com/jenkinsci/JenkinsPipelineUnit/commits) 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) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-version: 5.20.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.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build-dependencies - dependency-name: com.lesfurets:jenkins-pipeline-unit dependency-version: '1.30' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ce7483 commit 0b7573d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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.19.0</version>
55+
<version>5.20.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.13.4</version>
62+
<version>6.0.0</version>
6363
<type>pom</type>
6464
<scope>import</scope>
6565
</dependency>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>com.lesfurets</groupId>
100100
<artifactId>jenkins-pipeline-unit</artifactId>
101-
<version>1.27</version>
101+
<version>1.30</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
@@ -210,7 +210,7 @@
210210
<plugin>
211211
<groupId>org.apache.maven.plugins</groupId>
212212
<artifactId>maven-surefire-plugin</artifactId>
213-
<version>3.5.3</version>
213+
<version>3.5.4</version>
214214
<configuration>
215215
<failIfNoTests>true</failIfNoTests>
216216
<trimStackTrace>false</trimStackTrace>

0 commit comments

Comments
 (0)