Skip to content

Commit 99c401a

Browse files
authored
fix: upgrade org.slf4j:slf4j-api from 1.7.30 to 1.7.31 (#405)
Snyk has created this PR to upgrade org.slf4j:slf4j-api from 1.7.30 to 1.7.31. See this package in Maven Repository: https://mvnrepository.com/artifact/org.slf4j/slf4j-api/ See this project in Snyk: https://app.snyk.io/org/quickfix-j/project/a2ba7698-887e-4fdb-b1ae-1da9d52abae3?utm_source=github&utm_medium=upgrade-pr
1 parent 03c2d6e commit 99c401a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7070
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
7171
<jdkLevel>1.8</jdkLevel>
72-
<slf4j.version>1.7.30</slf4j.version>
72+
<slf4j.version>1.7.31</slf4j.version>
7373
<junit.version>4.13.1</junit.version>
74-
<mainClass />
74+
<mainClass/>
7575

7676
<maven-resources-plugin-version>3.1.0</maven-resources-plugin-version>
7777
<maven-compiler-plugin-version>3.8.0</maven-compiler-plugin-version>
@@ -248,7 +248,7 @@
248248
<artifactId>maven-bundle-plugin</artifactId>
249249
<executions>
250250
<execution>
251-
<phase />
251+
<phase/>
252252
</execution>
253253
</executions>
254254
</plugin>

0 commit comments

Comments
 (0)