Skip to content

Commit 544fd69

Browse files
dsztankoknagy
andcommitted
SECURITY-10753: update dependency
Co-authored-by: Krisztian <krisztian.nagy@emarsys.com>
1 parent d39784d commit 544fd69

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,11 @@
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. -->
@@ -83,41 +81,34 @@
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>

0 commit comments

Comments
 (0)