Skip to content

Commit 8729f80

Browse files
Chore(deps): Bump maven-jar-plugin from 3.2.0 to 3.2.2
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.2.0...maven-jar-plugin-3.2.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e004957 commit 8729f80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<spotbugs-maven-plugin.version>4.5.0.0</spotbugs-maven-plugin.version>
37-
<spotbugs.version>4.5.0</spotbugs.version>
37+
<spotbugs.version>4.5.3</spotbugs.version>
3838
<spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError>
3939
<hamcrest.version>2.2</hamcrest.version>
4040
<okhttp3.version>4.9.2</okhttp3.version>
@@ -258,7 +258,7 @@
258258
<plugin>
259259
<groupId>org.apache.maven.plugins</groupId>
260260
<artifactId>maven-site-plugin</artifactId>
261-
<version>3.9.1</version>
261+
<version>3.10.0</version>
262262
</plugin>
263263
<plugin>
264264
<groupId>org.apache.maven.plugins</groupId>
@@ -321,7 +321,7 @@
321321
<plugin>
322322
<groupId>com.infradna.tool</groupId>
323323
<artifactId>bridge-method-injector</artifactId>
324-
<version>1.22</version>
324+
<version>1.23</version>
325325
<executions>
326326
<execution>
327327
<goals>
@@ -442,7 +442,7 @@
442442
<dependency>
443443
<groupId>com.fasterxml.jackson.core</groupId>
444444
<artifactId>jackson-databind</artifactId>
445-
<version>2.13.0</version>
445+
<version>2.13.1</version>
446446
</dependency>
447447
<dependency>
448448
<groupId>commons-io</groupId>
@@ -541,7 +541,7 @@
541541
<dependency>
542542
<groupId>org.mockito</groupId>
543543
<artifactId>mockito-core</artifactId>
544-
<version>4.1.0</version>
544+
<version>4.2.0</version>
545545
<scope>test</scope>
546546
</dependency>
547547
<dependency>
@@ -791,7 +791,7 @@
791791
<plugin>
792792
<groupId>org.apache.maven.plugins</groupId>
793793
<artifactId>maven-jar-plugin</artifactId>
794-
<version>3.2.0</version>
794+
<version>3.2.2</version>
795795
<configuration>
796796
<archive>
797797
<manifestEntries>

0 commit comments

Comments
 (0)