Skip to content

Commit

Permalink
fix: openmetadata-service/pom.xml to reduce vulnerabilities (#18651)
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-8367012

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
harshach and snyk-bot authored Nov 18, 2024
1 parent 19497db commit f0b76c4
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.20.3</org.testcontainers.version>
<awssdk.version>2.29.11</awssdk.version>
<awssdk.version>2.29.13</awssdk.version>
<azure-identity.version>1.14.0</azure-identity.version>
<azure-kv.version>4.9.0</azure-kv.version>
<azure-identity-extensions.version>1.0.0</azure-identity-extensions.version>
Expand Down

0 comments on commit f0b76c4

Please sign in to comment.