Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
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-CHQOSLOGBACK-8539867
  • Loading branch information
snyk-bot committed Dec 22, 2024
1 parent 1f8d760 commit 401aac3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<logback.version>1.2.3</logback.version>
<logback.version>1.5.13</logback.version>
</properties>

<build>
Expand Down Expand Up @@ -52,8 +52,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.twilio.appointmentreminders.Server</mainClass>
</transformer>
</transformers>
Expand Down

0 comments on commit 401aac3

Please sign in to comment.