Skip to content

Commit 3f58c5e

Browse files
authored
Merge pull request #283 from jmock-developers/dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.4.0
Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0
2 parents c9e66ce + df26eff commit 3f58c5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jmock-junit3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>org.apache.maven.plugins</groupId>
4141
<artifactId>maven-jar-plugin</artifactId>
42-
<version>3.3.0</version>
42+
<version>3.4.0</version>
4343
<executions>
4444
<!-- To allow jmock-junit4 tests access to AssertThat -->
4545
<execution>

jmock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<plugin>
6161
<groupId>org.apache.maven.plugins</groupId>
6262
<artifactId>maven-jar-plugin</artifactId>
63-
<version>3.3.0</version>
63+
<version>3.4.0</version>
6464
<executions>
6565
<execution>
6666
<goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356

357357
<plugin>
358358
<artifactId>maven-jar-plugin</artifactId>
359-
<version>3.3.0</version>
359+
<version>3.4.0</version>
360360
<executions>
361361
<execution>
362362
<id>default-jar</id>

0 commit comments

Comments
 (0)