Skip to content

Commit

Permalink
Merge pull request #1855 from data-team-uhn/vulnerabilities-fix
Browse files Browse the repository at this point in the history
[dependency-upgrade] Vulnerability fixes
  • Loading branch information
sdumitriu authored Jan 6, 2025
2 parents 1045335 + 683de6d commit 173dc67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/http-requests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-osgi</artifactId>
<version>4.5.6</version>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/s3-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-osgi</artifactId>
<version>1.12.158</version>
<version>1.12.779</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion modules/s3-export/src/main/features/feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start-order":"26"
},
{
"id":"com.amazonaws:aws-java-sdk-osgi:1.12.158",
"id":"com.amazonaws:aws-java-sdk-osgi:1.12.779",
"start-order":"26"
},
{
Expand Down
4 changes: 2 additions & 2 deletions modules/vocabularies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-osgi</artifactId>
<version>4.5.6</version>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -118,7 +118,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-osgi</artifactId>
<version>3.17.0</version>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down

0 comments on commit 173dc67

Please sign in to comment.