Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#892)
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-6094942
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6094943

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
dwalluck and snyk-bot authored Nov 29, 2023
1 parent 534d742 commit 1595bf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
</scm>

<properties>
<koji.hub.url />
<koji.web.url />
<koji.hub.url/>
<koji.web.url/>
<mavenVersion>3.5.4</mavenVersion>
<pnc.url />
<pnc.url/>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skipITs>true</skipITs>
<version.ch.qos.logback>1.4.8</version.ch.qos.logback>
<version.ch.qos.logback>1.4.12</version.ch.qos.logback>
<version.com.fasterxml.jackson>2.15.2</version.com.fasterxml.jackson>
<version.com.ginsberg.junit5-system-exit>1.1.2</version.com.ginsberg.junit5-system-exit>
<version.com.github.ekryd.sortpom>3.3.0</version.com.github.ekryd.sortpom>
Expand Down Expand Up @@ -1102,7 +1102,7 @@ limitations under the License.]]></inlineHeader>
<requireMavenVersion>
<version>${mavenVersion}</version>
</requireMavenVersion>
<requireSameVersions />
<requireSameVersions/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 1595bf6

Please sign in to comment.