Skip to content

Commit eabcf3d

Browse files
committed
work
1 parent fff9a58 commit eabcf3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,11 +750,13 @@
750750
<dependency>
751751
<groupId>org.junit.jupiter</groupId>
752752
<artifactId>junit-jupiter-engine</artifactId>
753+
<version>5.9.0</version>
753754
<scope>test</scope>
754755
</dependency>
755756
<dependency>
756757
<groupId>org.junit.jupiter</groupId>
757758
<artifactId>junit-jupiter-api</artifactId>
759+
<version>5.9.0</version>
758760
<scope>test</scope>
759761
</dependency>
760762
<!-- scm -->
@@ -798,11 +800,13 @@
798800
<dependency>
799801
<groupId>org.apache.commons</groupId>
800802
<artifactId>commons-collections4</artifactId>
803+
<version>4.4</version>
801804
<scope>provided</scope>
802805
</dependency>
803806
<dependency>
804807
<groupId>org.apache.maven.plugins</groupId>
805808
<artifactId>maven-invoker-plugin</artifactId>
809+
<version>3.4.0</version>
806810
<type>maven-plugin</type>
807811
<scope>provided</scope>
808812
</dependency>
@@ -851,6 +855,7 @@
851855
<dependency>
852856
<groupId>org.apache.maven.plugins</groupId>
853857
<artifactId>maven-jxr-plugin</artifactId>
858+
<version>3.3.0</version>
854859
<type>maven-plugin</type>
855860
<scope>provided</scope>
856861
</dependency>
@@ -893,6 +898,7 @@
893898
<dependency>
894899
<groupId>com.beust</groupId>
895900
<artifactId>jcommander</artifactId>
901+
<version>1.82</version>
896902
<scope>provided</scope>
897903
</dependency>
898904
<dependency>

0 commit comments

Comments
 (0)