Skip to content

Commit

Permalink
Merge pull request #29695 from quarkusio/dependabot/maven/org.apache.…
Browse files Browse the repository at this point in the history
…httpcomponents-httpcore-4.4.16

Bump httpcore from 4.4.15 to 4.4.16
  • Loading branch information
aloubyansky authored Dec 6, 2022
2 parents 2e0c186 + 5255ad3 commit ac6408a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<vertx.version>4.3.5</vertx.version>

<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.15</httpcore.version>
<httpcore.version>4.4.16</httpcore.version>
<httpasync.version>4.1.5</httpasync.version>
<cronutils.version>9.2.0</cronutils.version>
<quartz.version>2.3.2</quartz.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<maven-resolver.version>1.6.3</maven-resolver.version>
<maven-shared-utils.version>3.3.4</maven-shared-utils.version> <!-- Keep in sync with maven-core.version (force this version on maven-invoker) -->
<maven-wagon.version>3.5.1</maven-wagon.version>
<httpcore.version>4.4.15</httpcore.version><!-- Keep in sync with maven-wagon.version (wagon-http 3.4.3 brings in 4.4.13 and 4.4.14) -->
<httpcore.version>4.4.16</httpcore.version><!-- Keep in sync with maven-wagon.version (wagon-http 3.4.3 brings in 4.4.13 and 4.4.14) -->
<commons-logging-jboss-logging.version>1.0.0.Final</commons-logging-jboss-logging.version>
<jackson-bom.version>2.14.1</jackson-bom.version>
<jakarta.annotation-api.version>1.3.5</jakarta.annotation-api.version>
Expand Down

0 comments on commit ac6408a

Please sign in to comment.