Skip to content

Commit f36dc93

Browse files
authored
Merge pull request #159 from imanushin/BumpDependencyVersions
Fix CVE-2020-15250 JUnit vulnerability (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250). Bump dependencies.
2 parents d76e85e + 1e7ee65 commit f36dc93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>junit</groupId>
5959
<artifactId>junit</artifactId>
60-
<version>4.13.1</version>
60+
<version>4.13.2</version>
6161
<scope>test</scope>
6262
</dependency>
6363
</dependencies>
@@ -76,13 +76,13 @@
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>
7878
<artifactId>maven-site-plugin</artifactId>
79-
<version>3.3</version>
79+
<version>3.10.0</version>
8080
<configuration>
8181
<reportPlugins>
8282
<plugin>
8383
<groupId>org.codehaus.mojo</groupId>
8484
<artifactId>cobertura-maven-plugin</artifactId>
85-
<version>2.5.1</version>
85+
<version>2.7</version>
8686
</plugin>
8787
</reportPlugins>
8888
</configuration>
@@ -92,12 +92,12 @@
9292
<extension>
9393
<groupId>org.apache.maven.scm</groupId>
9494
<artifactId>maven-scm-provider-gitexe</artifactId>
95-
<version>1.3</version>
95+
<version>1.12.2</version>
9696
</extension>
9797
<extension>
9898
<groupId>org.apache.maven.scm</groupId>
9999
<artifactId>maven-scm-manager-plexus</artifactId>
100-
<version>1.3</version>
100+
<version>1.12.2</version>
101101
</extension>
102102
<extension>
103103
<groupId>org.kathrynhuxtable.maven.wagon</groupId>
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-gpg-plugin</artifactId>
131-
<version>1.1</version>
131+
<version>3.0.1</version>
132132
<executions>
133133
<execution>
134134
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)