Skip to content

Commit 509d384

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IOUNDERTOW-12458577 - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-13169722
1 parent c91b234 commit 509d384

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<groupId>org.springframework.boot</groupId>
3030
<artifactId>spring-boot-starter-parent</artifactId>
3131
<version>1.5.21.RELEASE</version>
32-
<relativePath /> <!-- lookup parent from repository -->
32+
<relativePath/> <!-- lookup parent from repository -->
3333
</parent>
3434

3535
<licenses>
@@ -88,7 +88,7 @@
8888
<jgrapht-core.version>1.0.1</jgrapht-core.version>
8989
<datasource-proxy.version>1.4.9</datasource-proxy.version>
9090
<checker-qual.version>2.1.14</checker-qual.version>
91-
<logstash-logback-encoder.version>4.11</logstash-logback-encoder.version>
91+
<logstash-logback-encoder.version>9.0</logstash-logback-encoder.version>
9292
<spring-test-dbunit.version>1.3.0</spring-test-dbunit.version>
9393
<dbunit.version>2.5.2</dbunit.version>
9494
<junit-params.version>1.1.0</junit-params.version>
@@ -653,7 +653,7 @@
653653
</goals>
654654
</pluginExecutionFilter>
655655
<action>
656-
<ignore />
656+
<ignore/>
657657
</action>
658658
</pluginExecution>
659659
</pluginExecutions>

0 commit comments

Comments
 (0)