Skip to content

Commit

Permalink
fix: jans-config-api/pom.xml to reduce vulnerabilities (#1780)
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-ORGECLIPSEJETTY-2945458
- https://snyk.io/vuln/SNYK-JAVA-ORGECLIPSEJETTY-2945459

Co-authored-by: pujavs <43700552+pujavs@users.noreply.github.com>
  • Loading branch information
snyk-bot and pujavs authored Oct 26, 2022
1 parent e2ae05e commit 3252ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jans-config-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<jans.version>${project.version}</jans.version>

<jackson.version>2.13.2</jackson.version>
<jetty.version>11.0.8</jetty.version>
<weld.version>4.0.3.Final</weld.version>
<jetty.version>11.0.10</jetty.version>
<weld.version>4.0.3.Final</weld.version>

<microprofile.config.version>3.0.1</microprofile.config.version>
<microprofile.health.version>4.0</microprofile.health.version>
Expand Down

0 comments on commit 3252ff7

Please sign in to comment.