-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22009 from quarkusio/dependabot/maven/org.apache.…
…httpcomponents-httpcore-4.4.15 Bump httpcore from 4.4.14 to 4.4.15
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
<maven-resolver.version>1.6.3</maven-resolver.version> | ||
<maven-shared-utils.version>3.3.4</maven-shared-utils.version> <!-- changed from the original version due to https://snyk.io/vuln/maven:org.apache.maven.shared:[email protected] --> | ||
<maven-wagon.version>3.4.3</maven-wagon.version> | ||
<httpcore.version>4.4.14</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.15</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.version>2.12.5</jackson.version> | ||
<jakarta.annotation-api.version>1.3.5</jakarta.annotation-api.version> | ||
|