Skip to content

Commit 6bc352a

Browse files
Bump the maven-plugins group across 1 directory with 3 updates
Bumps the maven-plugins group with 3 updates in the / directory: [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire), org.apache.felix:maven-bundle-plugin and [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin). 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) Updates `org.apache.felix:maven-bundle-plugin` from 6.0.0 to 6.0.2 Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.9.0...maven-dependency-plugin-3.10.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.felix:maven-bundle-plugin dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83c90a9 commit 6bc352a

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
@@ -128,7 +128,7 @@
128128
</plugin>
129129
<plugin>
130130
<artifactId>maven-surefire-plugin</artifactId>
131-
<version>3.5.4</version>
131+
<version>3.5.5</version>
132132
</plugin>
133133
<plugin>
134134
<artifactId>maven-javadoc-plugin</artifactId>
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>org.apache.felix</groupId>
143143
<artifactId>maven-bundle-plugin</artifactId>
144-
<version>6.0.0</version>
144+
<version>6.0.2</version>
145145
</plugin>
146146
<plugin>
147147
<artifactId>maven-jar-plugin</artifactId>
@@ -161,7 +161,7 @@
161161
</plugin>
162162
<plugin>
163163
<artifactId>maven-dependency-plugin</artifactId>
164-
<version>3.9.0</version>
164+
<version>3.10.0</version>
165165
</plugin>
166166
<plugin>
167167
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)