Skip to content

Commit c64f1e8

Browse files
dependabot[bot]ObserverOfTime
authored andcommitted
build: bump the maven group with 2 updates
Bumps the maven group with 2 updates: [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) and [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin). Updates `org.apache.maven.plugins:maven-antrun-plugin` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/apache/maven-antrun-plugin/releases) - [Commits](apache/maven-antrun-plugin@maven-antrun-plugin-3.1.0...maven-antrun-plugin-3.2.0) Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.7.0 to 4.9.8.1 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.7.0...spotbugs-maven-plugin-4.9.8.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-antrun-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.9.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b386989 commit c64f1e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<plugins>
6969
<plugin>
7070
<artifactId>maven-antrun-plugin</artifactId>
71-
<version>3.1.0</version>
71+
<version>3.2.0</version>
7272
<executions>
7373
<execution>
7474
<id>jextract</id>
@@ -185,7 +185,7 @@
185185
<plugin>
186186
<groupId>com.github.spotbugs</groupId>
187187
<artifactId>spotbugs-maven-plugin</artifactId>
188-
<version>4.9.7.0</version>
188+
<version>4.9.8.1</version>
189189
<executions>
190190
<execution>
191191
<phase>process-classes</phase>

0 commit comments

Comments
 (0)