Skip to content

Commit db18031

Browse files
committed
[MPLUGIN-387] Bump junit to 4.13.2
1 parent c7ae057 commit db18031

File tree

3 files changed

+3
-3
lines changed
  • maven-plugin-plugin/src/it
    • annotation-with-inheritance-from-deps
    • annotation-with-inheritance-reactor
    • mplugin-372-annotation-with-inheritance-from-provided-deps

3 files changed

+3
-3
lines changed

maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ under the License.
6161
<!-- dependency of org.apache.maven.plugin-tools:maven-plugin-tools-annotations:@project.version@:jar:tests -->
6262
<groupId>junit</groupId>
6363
<artifactId>junit</artifactId>
64-
<version>4.12</version>
64+
<version>4.13.2</version>
6565
</dependency>
6666

6767
<dependency>

maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ under the License.
5959
<!-- dependency of org.apache.maven.plugin-tools:maven-plugin-tools-annotations:@project.version@:jar:tests -->
6060
<groupId>junit</groupId>
6161
<artifactId>junit</artifactId>
62-
<version>4.12</version>
62+
<version>4.13.2</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.apache.maven.plugin-tools</groupId>

maven-plugin-plugin/src/it/mplugin-372-annotation-with-inheritance-from-provided-deps/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ under the License.
6262
<!-- dependency of org.apache.maven.plugin-tools:maven-plugin-tools-annotations:@project.version@:jar:tests -->
6363
<groupId>junit</groupId>
6464
<artifactId>junit</artifactId>
65-
<version>4.12</version>
65+
<version>4.13.2</version>
6666
</dependency>
6767

6868
<dependency>

0 commit comments

Comments
 (0)