Skip to content

Commit

Permalink
fix: openmetadata-service/pom.xml to reduce vulnerabilities (#13888)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-1042268

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
harshach and snyk-bot authored Nov 9, 2023
1 parent f6cd27e commit 4ec585d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmetadata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<sonar.tests>${project.basedir}/src/test/java</sonar.tests>
<org.testcontainers.version>1.19.1</org.testcontainers.version>
<awssdk.version>2.21.5</awssdk.version>
<awssdk.version>2.21.16</awssdk.version>
<expiring.map.version>0.5.11</expiring.map.version>
<java.saml>2.9.0</java.saml>
<xmlsec.version>2.2.6</xmlsec.version>
Expand Down

0 comments on commit 4ec585d

Please sign in to comment.