Skip to content

Commit

Permalink
deps: Update httpcore to 4.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 21, 2023
1 parent 9d1e879 commit f9c7ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.15</version>
<version>4.4.16</version>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pomchecker-gradle-plugin/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ enforce {
"com.google.guava:guava:$guavaVersion",
"com.google.inject:guice:$guiceVersion",
"org.apache.httpcomponents:httpclient:$httpVersion",
"org.apache.httpcomponents:httpcore:4.4.15",
"org.apache.httpcomponents:httpcore:4.4.16",
"org.apache.maven:maven-model:$mavenVersion",
"org.apache.maven:maven-artifact:$mavenVersion",
"org.apache.maven:maven-settings:$mavenVersion",
Expand Down

0 comments on commit f9c7ecf

Please sign in to comment.