Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 9, 2022
1 parent a0a4f37 commit 9923bf8
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 @@ -89,7 +89,7 @@ limitations under the License.
<java-diff.version>1.1</java-diff.version>
<javacc-maven-plugin.version>2.4</javacc-maven-plugin.version>
<jcip-annotations.version>1.0-1</jcip-annotations.version>
<jetty.version>9.2.15.v20160210</jetty.version>
<jetty.version>10.0.10</jetty.version>
<jmh.version>1.12</jmh.version>
<jsoup.version>1.10.2</jsoup.version>
<junit.version>4.12</junit.version>
Expand Down Expand Up @@ -155,7 +155,7 @@ limitations under the License.
<!-- No dependencies here. Declare dependency VERSIONS in
dependencyManagement, below, and each dependency in the module that uses
it. -->
<dependencies />
<dependencies/>

<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 9923bf8

Please sign in to comment.