Skip to content

Commit

Permalink
fix: upgrade org.apache.httpcomponents:httpcore from 4.4.15 to 4.4.16
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.apache.httpcomponents:httpcore from 4.4.15 to 4.4.16.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/

See this project in Snyk:
https://app.snyk.io/org/albogdano/project/b4155bbe-206a-4c92-947e-8c1d89127684?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 18, 2022
1 parent 4913eb8 commit 4b2999d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.15</version>
<version>4.4.16</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -197,7 +197,7 @@
<minimizeJar>false</minimizeJar>
<shadedArtifactAttached>true</shadedArtifactAttached>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
<filters>
<filter>
Expand Down

0 comments on commit 4b2999d

Please sign in to comment.