Skip to content

Commit 65e3df5

Browse files
author
Muhammad Mwinchande
committed
updated maven dependencies to prevent CVE-2020-8908 vulnerability
1 parent a47cacd commit 65e3df5

2 files changed

Lines changed: 5 additions & 26 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
target
2-
bin
2+
bin
3+
.idea
4+
.settings

api2pdf/pom.xml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ This client library is a wrapper for the Api2Pdf.com REST API. See full REST api
109109
<artifactId>
110110
jackson-databind
111111
</artifactId>
112-
<version>2.12.4</version>
112+
<version>2.13.4</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>
@@ -118,7 +118,7 @@ This client library is a wrapper for the Api2Pdf.com REST API. See full REST api
118118
<artifactId>
119119
maven-filtering
120120
</artifactId>
121-
<version>3.2.0</version>
121+
<version>3.3.0</version>
122122
</dependency>
123123
</dependencies>
124124
<build>
@@ -173,29 +173,6 @@ This client library is a wrapper for the Api2Pdf.com REST API. See full REST api
173173
2.8.2
174174
</version>
175175
</plugin>
176-
<plugin>
177-
<groupId>
178-
org.apache.maven.plugins
179-
</groupId>
180-
<artifactId>
181-
maven-javadoc-plugin
182-
</artifactId>
183-
<version>
184-
2.9.1
185-
</version>
186-
<executions>
187-
<execution>
188-
<id>
189-
attach-javadocs
190-
</id>
191-
<goals>
192-
<goal>
193-
jar
194-
</goal>
195-
</goals>
196-
</execution>
197-
</executions>
198-
</plugin>
199176
<plugin>
200177
<groupId>
201178
org.apache.maven.plugins

0 commit comments

Comments
 (0)