Skip to content

Commit 1595bf6

Browse files
dwallucksnyk-bot
andauthored
fix: pom.xml to reduce vulnerabilities (#892)
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 <snyk-bot@snyk.io>
1 parent 534d742 commit 1595bf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
</scm>
6363

6464
<properties>
65-
<koji.hub.url />
66-
<koji.web.url />
65+
<koji.hub.url/>
66+
<koji.web.url/>
6767
<mavenVersion>3.5.4</mavenVersion>
68-
<pnc.url />
68+
<pnc.url/>
6969
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7070
<skipITs>true</skipITs>
71-
<version.ch.qos.logback>1.4.8</version.ch.qos.logback>
71+
<version.ch.qos.logback>1.4.12</version.ch.qos.logback>
7272
<version.com.fasterxml.jackson>2.15.2</version.com.fasterxml.jackson>
7373
<version.com.ginsberg.junit5-system-exit>1.1.2</version.com.ginsberg.junit5-system-exit>
7474
<version.com.github.ekryd.sortpom>3.3.0</version.com.github.ekryd.sortpom>
@@ -1102,7 +1102,7 @@ limitations under the License.]]></inlineHeader>
11021102
<requireMavenVersion>
11031103
<version>${mavenVersion}</version>
11041104
</requireMavenVersion>
1105-
<requireSameVersions />
1105+
<requireSameVersions/>
11061106
</rules>
11071107
</configuration>
11081108
</execution>

0 commit comments

Comments
 (0)