Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (open-metadata#14476)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshach and snyk-bot authored Dec 22, 2023
1 parent 0dfa1e2 commit 6b59274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<!-- Upgrading slf4j causes dropwizard issues -->
<slf4j.version>1.7.36</slf4j.version>
<jackson.version>2.16.0</jackson.version>
<dropwizard.version>2.1.9</dropwizard.version>
<dropwizard.version>2.1.11</dropwizard.version>
<dropwizard-jdbi3.version>2.1.6</dropwizard-jdbi3.version>
<diffMatch.version>1.0</diffMatch.version>
<jersey-bom.version>2.40</jersey-bom.version>
Expand Down Expand Up @@ -731,7 +731,7 @@
<formatJavadoc>false</formatJavadoc>
<groupArtifact>com.google.googlejavaformat:google-java-format</groupArtifact>
</googleJavaFormat>
<removeUnusedImports />
<removeUnusedImports/>
</java>
</configuration>
<executions>
Expand Down

0 comments on commit 6b59274

Please sign in to comment.