Skip to content

Commit c9ee3ca

Browse files
authored
deps: update dependency org.apache.httpcomponents:httpmime to v4.5.14 (#1796)
1 parent cf900f4 commit c9ee3ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.apache.httpcomponents</groupId>
146146
<artifactId>httpmime</artifactId>
147-
<version>4.5.13</version>
147+
<version>4.5.14</version>
148148
<scope>test</scope>
149149
</dependency>
150150
<dependency>

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.apache.httpcomponents</groupId>
5757
<artifactId>httpmime</artifactId>
58-
<version>4.5.13</version>
58+
<version>4.5.14</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.apache.httpcomponents</groupId>
4848
<artifactId>httpmime</artifactId>
49-
<version>4.5.13</version>
49+
<version>4.5.14</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.apache.httpcomponents</groupId>
6868
<artifactId>httpmime</artifactId>
69-
<version>4.5.13</version>
69+
<version>4.5.14</version>
7070
<scope>test</scope>
7171
</dependency>
7272
<dependency>

0 commit comments

Comments
 (0)