File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 </plugins >
6969 </build >
7070 <dependencies >
71-
7271 <dependency >
7372 <groupId >org.apache.httpcomponents</groupId >
7473 <artifactId >httpclient</artifactId >
75- <version >4.5.13 </version >
74+ <version >4.5.14 </version >
7675 </dependency >
77-
7876 <!-- org.apache.httpcomponents:httpclient@4.5.13 would use 1.11 which has a know vulnerability:
7977 https://issues.apache.org/jira/browse/CODEC-134
8078 Which is fixed in 1.13. -->
8381 <artifactId >commons-codec</artifactId >
8482 <version >1.15</version >
8583 </dependency >
86-
8784 <dependency >
8885 <groupId >javax.xml.bind</groupId >
8986 <artifactId >jaxb-api</artifactId >
9087 <version >2.3.1</version >
9188 </dependency >
92-
9389 <dependency >
9490 <groupId >com.fasterxml.jackson.core</groupId >
9591 <artifactId >jackson-databind</artifactId >
9692 <version >2.15.2</version >
9793 <scope >test</scope >
9894 </dependency >
99-
10095 <dependency >
10196 <groupId >com.tngtech.java</groupId >
10297 <artifactId >junit-dataprovider</artifactId >
10398 <version >1.13.1</version >
10499 <scope >test</scope >
105100 </dependency >
106-
107101 <dependency >
108102 <groupId >junit</groupId >
109103 <artifactId >junit</artifactId >
110104 <version >4.13.2</version >
111105 <scope >test</scope >
112106 </dependency >
113-
114107 <dependency >
115108 <groupId >org.hamcrest</groupId >
116109 <artifactId >hamcrest</artifactId >
117110 <version >2.2</version >
118111 <scope >test</scope >
119112 </dependency >
120-
121113 </dependencies >
122-
123114</project >
You can’t perform that action at this time.
0 commit comments