Skip to content

Commit ec65798

Browse files
dependabot[bot]yrodiere
authored andcommitted
Bump the build-dependencies group with 3 updates
Bumps the build-dependencies group with 3 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework), [com.lesfurets:jenkins-pipeline-unit](https://github.com/jenkinsci/JenkinsPipelineUnit) and [org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus). Updates `org.junit:junit-bom` from 5.13.2 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r5.13.4) Updates `com.lesfurets:jenkins-pipeline-unit` from 1.26 to 1.27 - [Release notes](https://github.com/jenkinsci/JenkinsPipelineUnit/releases) - [Changelog](https://github.com/jenkinsci/JenkinsPipelineUnit/blob/master/RELEASE.md) - [Commits](jenkinsci/JenkinsPipelineUnit@v1.26...v1.27) Updates `org.codehaus.gmavenplus:gmavenplus-plugin` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/groovy/GMavenPlus/releases) - [Commits](groovy/GMavenPlus@4.2.0...4.2.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.lesfurets:jenkins-pipeline-unit dependency-version: '1.27' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de1f202 commit ec65798

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.junit</groupId>
6161
<artifactId>junit-bom</artifactId>
62-
<version>5.13.2</version>
62+
<version>5.13.4</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.26</version>
101+
<version>1.27</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
@@ -164,7 +164,7 @@
164164
<plugin>
165165
<groupId>org.codehaus.gmavenplus</groupId>
166166
<artifactId>gmavenplus-plugin</artifactId>
167-
<version>4.2.0</version>
167+
<version>4.2.1</version>
168168
<configuration>
169169
<sources>
170170
<source>

0 commit comments

Comments
 (0)